Memory Pool Memory Pool Refreshing

2,833 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,211 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 2,500 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,210 (51,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
848,055 848,055 000000000000000000000a306175f5e29403a119a1b7cab0d23a05c41a8bfa00 1.50 MB 5,714 30
848,054 848,054 00000000000000000002158104e37f0f11d1116c743d45f2e081532f2f8d96a9 1.51 MB 5,005 32
848,053 848,053 0000000000000000000293f66dd9a2e3404a02a10bcb0e1206fdfcd0c9a3af61 1.35 MB 4,076 28
848,052 848,052 00000000000000000001a188b9236b5bd8e64ec8cb5f8273e1a82a1313bae2d8 2.05 MB 2,882 28
848,051 848,051 00000000000000000000c3b294ab44f299f3ca1abe78f3663bab3232ed0b7745 1.49 MB 4,479 29
848,050 848,050 000000000000000000034a49b9052fae5728a44ca6ef66e63f22a9ee0765feb1 1.63 MB 5,074 30
848,049 848,049 000000000000000000013df6c4ecd3a7d66db92a1b99a6e4c0ad5d0b2856b56e 1.64 MB 4,164 28
848,048 848,048 0000000000000000000286998e74f7b310f6a600458754a99e969e019b1c5fbe 1.60 MB 3,393 38
848,047 848,047 00000000000000000000dc0c4d5a76ec388788327bcc36b1cce48ed9ede6ecc5 1.58 MB 5,729 31
848,046 848,046 000000000000000000012effb5f9778a2ddf02c0212787a8aa89668219f067d7 1.52 MB 6,167 29
848,045 848,045 00000000000000000003241a4e73560f1c3d9b940e410c51ae9d59555cc74690 1.54 MB 5,370 33
848,044 848,044 0000000000000000000051e41c8a523420867f45d8e42918cedcbabf3074eb97 1.60 MB 3,914 36
848,043 848,043 00000000000000000002b49b7113d3ba36ec5721d1b15daa0a7881e8c2014d13 1.64 MB 3,451 34
848,042 848,042 00000000000000000001476e5767ff08e428030680bbc07bc252f706e8cc77de 1.55 MB 3,291 33
848,041 848,041 00000000000000000002da8cbbf706d4a08e3575703a7ac6c6b671357702b68f 1.60 MB 4,219 38
848,040 848,040 00000000000000000002847105eb1a6b8144f67126c4abe77514599abde66288 1.63 MB 4,006 43
848,039 848,039 00000000000000000001d0f8bc62ae7fb4442f03fea5e8713f3be3f11ffd5887 1.52 MB 2,735 59
848,038 848,038 00000000000000000001ab02e35688a7eb124ebfdf022a63a3a88971233af949 1.26 MB 1,819 35
848,037 848,037 0000000000000000000019c09c4539854a3fe610f9a2dccbd178896d6c2da294 1.28 MB 1,099 40
848,036 848,036 000000000000000000035777b917b35d56ec9775c03d05228ba41929a3d240c4 1.19 MB 1,060 36
848,035 848,035 00000000000000000000f1e3c557bdb6adf9fe5e262333c0378c8e0b45fdfbdd 1.22 MB 1,192 36
Previous 10 blocks ↓
Total Size: 754.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 457.16 GB sent, 22.61 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.