Loading Tool

Explorer IconExplorer

Memory Pool

79,933 transactions
29.94 vMB
0.13273197 BTC
Random Selection Loading Transactions
Max Size: 180.90/200 MB

Candidate Block

Mining Attempt 9cf23adff6f514d2fae9484e202cbd25e1a25fdd9ff9ca4cf10619db1f0990c0
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 86bcd193c050941fc00761fd4b2483a4fc41fdf91a0e9a176bfa3d8cde084e56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,845
Size: 1.00 vMB
Total Fees: 0.06396261 BTC
Feerates: 101.64 > 6.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (442,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,568 472,568 000000000000000000051a318e44ffbca070458bebd3d2e1d8189231901c9929 2,043 1.00/1.00 vMB 294
472,567 472,567 000000000000000001680b58385dfc48be4d32549e129c50b9aa198ea4c85692 2,034 0.91/1.00 vMB 254
472,566 472,566 000000000000000001852fd6eadbe856149bd792dc9c823cfe5add298f0ec9f4 2,291 1.00/1.00 vMB 302
472,565 472,565 00000000000000000159aa683bba253a7c3d346068734d890920a8e4171c0aca 600 0.77/1.00 vMB 30
472,564 472,564 0000000000000000007c578825986dd5bf7c4dfc3dd1ccae7837aeece8547573 1 0.00/1.00 vMB 0
472,563 472,563 000000000000000001467bf8e329e5359787dd6b1ace4a7fe6004147e8f7c07f 1,661 1.00/1.00 vMB 47
472,562 472,562 00000000000000000045a00e60721b1b20b2745523dfeace52c8a5a0839bedd5 2,269 1.00/1.00 vMB 160
472,561 472,561 000000000000000001191c158e3847b21ab99b2a3f44a1ae4f01c3c701737839 2,205 0.99/1.00 vMB 276
472,560 472,560 00000000000000000057735c43b769a86d8933ce052a7e74da05680ff08a8517 2,168 1.00/1.00 vMB 150
472,559 472,559 000000000000000000ce10e5fb9073a2c39af4bda0e04a0a0957cfdd1e7b0fbc 1,931 1.00/1.00 vMB 178
472,558 472,558 0000000000000000012dad3f647c443c4ebacdb06a29f74a1c0b43a5ca1c46e4 2,137 1.00/1.00 vMB 287
472,557 472,557 00000000000000000126d4a317d7a89a16aa3a3be250ab01949666754b8eec82 2,302 1.00/1.00 vMB 409
472,556 472,556 000000000000000000c25a09b870f9aea5d4c25c27e1d2d7a04549cac87dfb07 2,283 1.00/1.00 vMB 288
472,555 472,555 0000000000000000001fd64b7ac72218be3db735b833443b59ce5133421d559e 2,027 1.00/1.00 vMB 243
472,554 472,554 0000000000000000013beda2f688e52505aafbb9d2fea01ac2bf779f460ba14d 2,005 1.00/1.00 vMB 395
472,553 472,553 000000000000000000410da4243f0ee80f61a8b20266b8c69fc31d9c94e39813 2,009 1.00/1.00 vMB 288
472,552 472,552 00000000000000000092e2a1338dfe56be79d848594125ce20a52b26a89d8e87 1,960 1.00/1.00 vMB 426
472,551 472,551 0000000000000000016e400dfbef23d66e989c6c1d3a39704a873cac964e61ee 1,242 0.68/1.00 vMB 205
472,550 472,550 0000000000000000009faf2baf264de383d25d2ab22990d1f476a4f704820ebf 827 0.93/1.00 vMB 92
472,549 472,549 000000000000000000786d1036c94a228f27b992e9ad23853b1d3fa4c1a8df15 1,328 1.00/1.00 vMB 145
472,548 472,548 00000000000000000127db6040ec4243a4567e7e09217596dbef7fbc6dd495c0 1,694 1.00/1.00 vMB 191
Previous 10 blocks ↓
Total Size: 782.64 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.37 GB
    • Received: 16.21 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.