Loading Tool

Explorer IconExplorer

Memory Pool

13,584 transactions
6.06 vMB
0.02429957 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.76/200 MB

Candidate Block

Mining Attempt 0a6bf5ce0331003d85bc177bd5fed97c89a692f422eaaf82c2d331baee013f05
Version 20000000
Previous Block 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479
Merkle Root a6bcb958dbc969bb4e4ae275df58dc66bf8b0eaaa7f59ce0b09ec4c9cc9cbfc6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,060
Size: 1.00 vMB
Total Fees: 0.01370308 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,457 (706,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,594 206,594 00000000000003185a5b89c15c5abd96a8c9a030b45900d956abc250a74bc484 122 0.05 vMB 279
206,593 206,593 000000000000017eeb9f83b6037b12c26c41abf776c3602b619b0b583ec74b7e 166 0.06 vMB 220
206,592 206,592 0000000000000266e5c3bb87c712f5c32b28c0e0e23de9f2e934e02fb0bc3782 34 0.01 vMB 163
206,591 206,591 00000000000003e7cf844308f8f92af3571c9f1291e4f148e5a0fe2bfe6f448b 154 0.09 vMB 281
206,590 206,590 000000000000009631938cab7d71677c85ae8395872fee9e436e2d1a5ee52394 41 0.02 vMB 6
206,589 206,589 00000000000004f8b4a0f96142a57dd9e816c8f9271f842a1bac228586e581db 445 0.17 vMB 192
206,588 206,588 00000000000001e5764ba12c09f52b445d9435781588400223f310b0a90cbe0a 1 0.00 vMB 0
206,587 206,587 0000000000000112d6625b243066616f63faf432460b9b9df9c35f28e59d6559 115 0.05 vMB 169
206,586 206,586 00000000000003b5d93e5b467037f16c99248495ff2e6dcfb3d4aff2ec0e5729 92 0.02 vMB 12
206,585 206,585 00000000000000849a95456da2881f8f2b2587356ac166d4d45f8a9345458562 272 0.11 vMB 195
206,584 206,584 0000000000000473ba4e8e98eb4218d3093d544cce1a663640c3df4b76dde62d 272 0.11 vMB 203
206,583 206,583 0000000000000343c9910afc7a07a8bb1bd494baae3576c9f3e668e26ebb9f6a 505 0.43 vMB 75
206,582 206,582 00000000000000d5d28c8a730a1c8a58d27012c60dbc49a2157ed14012104146 74 0.02 vMB 141
206,581 206,581 00000000000000d0e8940439eb640e4d8eea00742c1e49daff08d8380bb2d009 93 0.05 vMB 106
206,580 206,580 00000000000000f07254b22c05603e3415ad606e62857a23ae95c622b29da144 525 0.25 vMB 158
206,579 206,579 0000000000000410a4fd4107ad1ac50efae1e556020ba5b7bcbda525844182e7 26 0.01 vMB 18
206,578 206,578 0000000000000055023051cdec9b0278e442091dd791f33d6cc22cd8ca80dacd 322 0.16 vMB 159
206,577 206,577 00000000000000dc201293badfcf05655756e703efa2bad70900ef73dd570586 12 0.00 vMB 324
206,576 206,576 00000000000003d0554ee8fc40d372b2d71e7c382b2527b70afb6ebeb323434f 137 0.05 vMB 183
206,575 206,575 000000000000001811541083ecf75d3d04d6470eadf6b8e222b3eb1a1fb6316c 45 0.02 vMB 105
206,574 206,574 00000000000003328d63c5e279dc7bdd9d9658e1d7495788b4b211393786955b 95 0.06 vMB 98
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 314.81 GB
    • Received: 1.50 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.