Loading Tool

Explorer IconExplorer

Memory Pool

84,740 transactions
31.82 vMB
0.16560776 BTC
Random Selection Loading Transactions
Max Size: 189.36/200 MB

Candidate Block

Mining Attempt de3ad013218d2be0aa86644faf7612c85c8d5d08277a920de7e2ddec6cc9770e
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 491f8d0022abf040e284d183f9fc2f85889e9dac70ad31cda6aaeefb59a1684a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.05225843 BTC
Feerates: 402.75 > 5.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (444,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,332 470,332 0000000000000000015cd3abc6dd8223b1a88bee9eef97c3b11c8799ee1279b9 1,440 1.00/1.00 vMB 121
470,331 470,331 000000000000000000ba8a6ac9eb1e0daa0c85ac18a8b83c20304ede7328aaec 1,726 1.00/1.00 vMB 387
470,330 470,330 000000000000000000ddf0d954971634c2ca56bb2d4e6e9a97297cdb31bef6c0 1,536 1.00/1.00 vMB 172
470,329 470,329 0000000000000000009098f44709f24569d97d67ee6ab097406c0b4dcf4236a3 1,385 1.00/1.00 vMB 74
470,328 470,328 000000000000000000a3a6ea796408db27314ceaf62a9bf3ba35bd23a993d016 1,616 1.00/1.00 vMB 310
470,327 470,327 00000000000000000131e30fa111222ea34d92d4377228f80738a4b05fc936c2 1,707 1.00/1.00 vMB 254
470,326 470,326 0000000000000000015ecaba4aeac569ffe20409647bf4cca831a50911afa247 1,067 1.00/1.00 vMB 47
470,325 470,325 0000000000000000002ba1d684a950c38aabfcb5254e7d4d5456d91bca38ddde 1,310 1.00/1.00 vMB 75
470,324 470,324 00000000000000000137a978c1547df2cb0b6f5821a14a0b3d0b63f00998ed01 1,020 1.00/1.00 vMB 99
470,323 470,323 0000000000000000004c932688fbffd36d3e66f3172be77cfbfbaf503dad4a3d 1,253 1.00/1.00 vMB 109
470,322 470,322 000000000000000000ad6c3f9eb77730a1a1fb08e5e94ccb829929d7072a50ff 2,257 1.00/1.00 vMB 371
470,321 470,321 000000000000000000b4777070744d9c68382656b819f4a8c827bc3d98a84998 2,907 1.00/1.00 vMB 195
470,320 470,320 00000000000000000009fd3bb8643f7362c35925467395bbef02bc21f7bfc895 262 0.09/1.00 vMB 420
470,319 470,319 00000000000000000097012b96ae8a2bacc0448835c242d03e5b75af61900600 621 0.26/1.00 vMB 331
470,318 470,318 000000000000000001213e4c71c03bff8bd3f596559efd5076b1301c9d2d63c8 2,822 1.00/1.00 vMB 176
470,317 470,317 000000000000000000788dab66f196dfbffb54e09604ebe8efca18a00ec83775 2,221 1.00/1.00 vMB 83
470,316 470,316 0000000000000000003ab80d286eda291e0984737c0820a135eacdddb6aaa0b3 1,426 1.00/1.00 vMB 216
470,315 470,315 00000000000000000007c3e4b165ac84bccc343aa047401fe1b9c58b8cbe7051 2,060 1.00/1.00 vMB 174
470,314 470,314 000000000000000000bdbeba8025d03fdba5d203021a30d6a4cd4e73898d6756 1 0.00/1.00 vMB 0
470,313 470,313 000000000000000001858f005c04847ace0cf922abb6b017004d77f0ee2af02a 1,723 1.00/1.00 vMB 129
470,312 470,312 0000000000000000006229671e513ef1ec6f8590a8627c8e72f3cd3cbf854229 1,723 1.00/1.00 vMB 319
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.