Loading Tool

Explorer IconExplorer

Memory Pool

39,840 transactions
27.69 vMB
0.06945560 BTC
Random Selection Loading Transactions
Max Size: 141.63/200 MB

Candidate Block

Mining Attempt cc0dd9646bd4051236abbee0a13889b05d7a1025bbfd7ffbd894bd2f719e8578
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root ddc11c28a0cf096d0a3f30f7f142cbf026c56aa53ed945d09920eef65ece51a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.01667964 BTC
Feerates: 100.95 > 1.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (797,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,473 117,473 00000000000060ce1abc74e850ed871acfcffe6e084a760906227e1469a15776 17 0.00/1.00 vMB 1,018
117,472 117,472 00000000000076dcd93de2715ae1ffc56331224e087e35fefecd595b7c5c9ad5 12 0.00/1.00 vMB 773
117,471 117,471 00000000000031583ff26b166e3285eceabb43e7a2ddedfdc1d8b803c0368012 8 0.01/1.00 vMB 176
117,470 117,470 000000000000516727679f6c918554f0bdc857b2935b5ea39cf9a3a7c0ce134f 2 0.00/1.00 vMB 3,875
117,469 117,469 000000000000495a810b78bf2032338ad35680c54271f06ed8de9d47e96ed8e6 8 0.00/1.00 vMB 484
117,468 117,468 0000000000002a0c763ede52ba0a49fe856ecb1ec7164ad185c06c7840cad564 16 0.00/1.00 vMB 500
117,467 117,467 000000000000b3d8732e29d5d34588d63946b256bc5574548bc82663c9f69841 13 0.00/1.00 vMB 0
117,466 117,466 00000000000005daea93b44abfce73e98ffd5a8d085ae25122a0c075e47309da 13 0.01/1.00 vMB 323
117,465 117,465 000000000000415ff21c4d74d23b07278c582dbacc85c3c8a5f554b2fc61c0c9 2 0.00/1.00 vMB 3,861
117,464 117,464 00000000000095106c7478d263a1dd7a18ace2317fac8e15e7965f03e478e4ad 11 0.00/1.00 vMB 315
117,463 117,463 0000000000006e68cc14f3a77ec8497d122c5321c769341878494882a1f2438f 8 0.00/1.00 vMB 333
117,462 117,462 00000000000016bbe62e6352513dadafe88f629b422558155a6084d0819b8cd2 3 0.00/1.00 vMB 1,438
117,461 117,461 000000000000149f178867ab5350c9c6eb6543f2c992365247a7aa251e6cbb22 3 0.00/1.00 vMB 0
117,460 117,460 0000000000008b9292376afa61f15d7028037dbf2a0fbdb209a67837c1dc4956 8 0.00/1.00 vMB 0
117,459 117,459 0000000000000ab1af3f4dbe4b2b5314928861fc466280f19aae0606ffd08977 7 0.01/1.00 vMB 1,012
117,458 117,458 0000000000007a7be550d2c0a3a3cc622b3f4a78767f7c58f1e250e5895f9d7f 12 0.00/1.00 vMB 604
117,457 117,457 000000000000b4fa04c681bd6ae25b9ecb2235a96e33b667f76e86c184d49c3e 20 0.01/1.00 vMB 1,359
117,456 117,456 00000000000040289260391671aa22539bd69c3993c5faaba5ec7639c123a55e 3 0.00/1.00 vMB 0
117,455 117,455 0000000000004039c95c4a1baf371b07ad0862c437f9ac0240c3da47c64a7c9d 4 0.00/1.00 vMB 0
117,454 117,454 0000000000003a0febf30808df1d9c8855b3099e4e9379ee1c61e3de28c44d7f 10 0.00/1.00 vMB 317
117,453 117,453 000000000000101da2dc0bfa3410aca2a14d0370af3cd390a2738b08453d2754 9 0.00/1.00 vMB 805
Previous 10 blocks ↓
Total Size: 781.76 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: 632.30 GB
    • Received: 12.11 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.