Loading Tool

Explorer IconExplorer

Memory Pool

79,114 transactions
29.09 vMB
0.07078774 BTC
Random Selection Loading Transactions
Max Size: 176.90/200 MB

Candidate Block

Mining Attempt b9f3cee7fe85a1d1f9518a723532c21dd83ac1aeb6f6b83008a226275667a4ca
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 7b837b04e350188d94e1c384c370e0b34d5bc9607e4b58bca329ac00d14888f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,760
Size: 1.00 vMB
Total Fees: 0.00996494 BTC
Feerates: 74.86 > 1.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (467,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,385 447,385 000000000000000001e1e968f66609fd09a2ab0512e40283b12738c3181eedc8 1,862 1.00/1.00 vMB 104
447,384 447,384 0000000000000000027175e4c9a3216c1331650e45eafdb948ff03ab59ef1778 2,481 1.00/1.00 vMB 68
447,383 447,383 000000000000000001003e51d9ec49ae0b6db5f52547b1bbc7db9bdd3a47038a 2,075 1.00/1.00 vMB 93
447,382 447,382 000000000000000001905809473771fdd5e3bd3e7cbc206e91c13a260a9892dc 2,684 1.00/1.00 vMB 135
447,381 447,381 000000000000000001d34fe18f1d77f2cb0d3cd0281aa8d45ede38e367823677 1,666 1.00/1.00 vMB 95
447,380 447,380 0000000000000000007a819e1d83f751370c9d32478b715ff22c67c06ffb75a0 2,382 1.00/1.00 vMB 69
447,379 447,379 000000000000000001cacd9528ea16e2e9d5c85fc6c7338cd658cd5d2c1dcbac 730 1.00/1.00 vMB 70
447,378 447,378 000000000000000002daab4ea16d8e7542ff0e1f0fce4abf5772f8799cda0548 2,532 1.00/1.00 vMB 93
447,377 447,377 0000000000000000011a6ab9340264b6b4ef6c8ff120a1efea83a4b04cb9e187 2,632 1.00/1.00 vMB 93
447,376 447,376 0000000000000000009f0556ae6e5df7f7f9a596661c054505833362d39f0cde 2,756 1.00/1.00 vMB 88
447,375 447,375 000000000000000003387fd43fb8cfb396e586e5dcb4eb0d73b9eff546c6a18a 2,352 1.00/1.00 vMB 92
447,374 447,374 0000000000000000020b811488b47c9e20bf6fbd3192f05262aa02f3a9c99cf8 2,436 1.00/1.00 vMB 81
447,373 447,373 000000000000000002c8a0359c95edfc7614f1eb14ef3cf22ab5772e2fe17391 3,569 1.00/1.00 vMB 75
447,372 447,372 00000000000000000015e51e692e0a19598c54cf6614e2d00f45d10e266a8d4b 2,187 1.00/1.00 vMB 73
447,371 447,371 0000000000000000032c33655502225d50a306e859735653730c24dcac9a3843 2,183 1.00/1.00 vMB 106
447,370 447,370 00000000000000000231124bf13efa34aa46327096d9c2de2865535fa5efc322 2,290 0.93/1.00 vMB 109
447,369 447,369 000000000000000001c5b0640bdd6f2df9c4afadc5474761fad580544c63ccf1 2,517 1.00/1.00 vMB 82
447,368 447,368 000000000000000001fd35d6614f76ebea2b1434c6c897fcddec37aab870a53c 2,470 1.00/1.00 vMB 111
447,367 447,367 000000000000000000f5dd11a1b8e826e93b33835891c3fc95e2672ccb57cd0a 2,626 1.00/1.00 vMB 101
447,366 447,366 0000000000000000024af11ca8db32399e70bbf4b8279c7f113804d5589dd36e 2,354 1.00/1.00 vMB 85
447,365 447,365 0000000000000000013eb5fe581c9da97b9363c1631ae328330c3f7378268268 2,867 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.54 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: 669.10 GB
    • Received: 15.73 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.