Loading Tool

Explorer IconExplorer

Memory Pool

78,506 transactions
29.14 vMB
0.08262752 BTC
Random Selection Loading Transactions
Max Size: 176.40/200 MB

Candidate Block

Mining Attempt bfa50c1f746237a2681df0e8be6129970adc8f736399fcfeb6de8923d62a3653
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 14d658d77a53e3247054b3393b8872eaf09eae3f9d223e6007ec6d69374e0ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,661
Size: 1.00 vMB
Total Fees: 0.02169643 BTC
Feerates: 178.73 > 2.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (444,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,336 470,336 0000000000000000003b0925657952e7e9cd8f408e1c428517783eff65b4cf2a 1,338 1.00/1.00 vMB 478
470,335 470,335 0000000000000000012cc40d716993b5c683f44c7e73ae04931515fe9510b0f3 510 1.00/1.00 vMB 441
470,334 470,334 0000000000000000018a430d91c5bf045a4a6d24601a1c88e5326adb7d17b9ba 511 1.00/1.00 vMB 435
470,333 470,333 000000000000000000e57f4ce8b3231ab221f54e117e09eb23569aef62293a06 1,930 1.00/1.00 vMB 482
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
Previous 10 blocks ↓
Total Size: 782.68 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: 678.15 GB
    • Received: 16.44 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.