Memory Pool Memory Pool Refreshing

16,411 transactions
5.46 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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
907,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,182 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (695,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,704 212,704 0000000000000068c52668fcabdbf5c6b8db25ec99e39d5774248f53199444e3 0.25 MB 520 405
212,703 212,703 000000000000031eeb83f81743e3b3215e3c23a1130416550d2e73750b44de79 0.26 MB 456 133
212,702 212,702 00000000000003309485cf1ee705a1bcb8766233c931e4f751d1a08421e5e896 0.25 MB 815 269
212,701 212,701 0000000000000192a511c7b640f166d02a2bc009e870b6ff7904e1ff68e171a3 0.05 MB 117 155
212,700 212,700 00000000000002226f938936e50a19d857203d8012537f0257ab29eef25ce74c 0.41 MB 865 156
212,699 212,699 0000000000000086a29aeb5a961c500428831acce9848a9c864597397812e8c7 0.05 MB 124 1,140
212,698 212,698 000000000000030657fdef578cb8e5801e2bf51702ad23b1586fbb5a66be8fdc 0.25 MB 527 185
212,697 212,697 00000000000004c46675e473c96261924799515513117d1e6301ae9da74befa0 0.31 MB 615 152
212,696 212,696 00000000000002b76d6520115b92c33a2f97712ba0a3a88f86318ae304b3b52c 0.25 MB 572 376
212,695 212,695 00000000000003dc7b4c783e1244dcfd8b79db54a9cf08e0e16c71f503cfba36 0.04 MB 58 91
212,694 212,694 00000000000001f0bc75b54635fa4e8d0e3c150da995b92634660c22d0a57055 0.08 MB 190 121
212,693 212,693 00000000000000500d65fac77ecc46fee373a274fdecb2a9728d7cebfdece42e 0.23 MB 376 168
212,692 212,692 000000000000031cae9ddd23e1c815d3ebcfac04959a5e2949f97b54efa76905 0.25 MB 286 101
212,691 212,691 000000000000041f4e9ad205f10068fbc36104b71460201303721f4567c2a6e0 0.20 MB 602 237
212,690 212,690 00000000000002d905909c4f68a8c973b0a8411a79943d7c92a884dc0337345a 0.00 MB 9 194
212,689 212,689 000000000000042d1bc432a92c42c186297799da1a7b878d79edc5e080d12950 0.42 MB 602 130
212,688 212,688 000000000000024befffc4ede9526307ae1789d09b1efb790d628cc02ff387d3 0.25 MB 482 144
212,687 212,687 000000000000004511590145a0d0f81f37a74fd11e9a0f2b30fe59ed32a5d10a 0.00 MB 10 23
212,686 212,686 0000000000000004bf2acccfc04439be1963f99eb017bc3589de8fc2ba16a25e 0.10 MB 221 175
212,685 212,685 0000000000000300c620c73ea8ca85b9a803f37aeda4b0e6a014e48fb9fe98c3 0.20 MB 614 233
212,684 212,684 000000000000006f7dd6461ffab1d603ad651b3a8feae2fd13f2edb2fd1ae2cd 0.05 MB 138 82
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.60 GB sent, 93.00 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.