Loading Tool

Explorer IconExplorer

Memory Pool

88,342 transactions
32.18 vMB
0.13741264 BTC
Random Selection Loading Transactions
Max Size: 195.01/200 MB

Candidate Block

Mining Attempt fd1b159f15169d7d124fdc2138fac4a2d2af486cd15ed0f94e21795bc7a27e98
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root b8a7db4dc8ddcd1af384bab1a5817d5ef39b76bba00afcc8e74e5dc1d2f0ad47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,933
Size: 1.00 vMB
Total Fees: 0.05105508 BTC
Feerates: 101.65 > 5.12 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (497,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,545 417,545 0000000000000000030ea9fe83fc95a12607759c48f028a3cbbb2a98edf8e287 2,169 1.00/1.00 vMB 60
417,544 417,544 000000000000000002d1ffc4d1ccb743ff78a55b7d70cf2ab3b28e707d5857cc 1,460 1.00/1.00 vMB 109
417,543 417,543 000000000000000001530cf37774c7c0da38648da934fc35ced87b119d5bb20f 1,227 1.00/1.00 vMB 50
417,542 417,542 0000000000000000008e216929dc99febd926a862e497ec37dbe2d62c60e656d 1,460 1.00/1.00 vMB 74
417,541 417,541 00000000000000000129aaa63008d017a5dcb971ad9273c994e64ad031e40266 1,413 1.00/1.00 vMB 65
417,540 417,540 0000000000000000029ccb853f9c3b8f70c0e4235ebb67e658d8487194712a72 2,072 1.00/1.00 vMB 87
417,539 417,539 000000000000000000c2dccd75ec4d73c262f0954d700c0b3d9cc51b5b056c76 1,671 1.00/1.00 vMB 107
417,538 417,538 000000000000000001a0088b75bfc523c95dac14654e8b16b69e491d3a8572ce 1,276 1.00/1.00 vMB 61
417,537 417,537 000000000000000003fb6e7556e1a1b257a4723c056c5dc7d5ff7a183a664487 1,882 0.93/1.00 vMB 108
417,536 417,536 0000000000000000044305566e45c18112d10976aee675dacf77e5df7b65e224 1,321 1.00/1.00 vMB 60
417,535 417,535 0000000000000000018bff4bb251be6f1650eb7d724c4b51511aa6eae8493458 2,274 1.00/1.00 vMB 111
417,534 417,534 0000000000000000027d70884520f69292baa34d569914a8bce1cf3aa66020c0 1,911 1.00/1.00 vMB 79
417,533 417,533 000000000000000004441bbab473c4583d570ba7f46e119cc21680507aac852d 2,103 1.00/1.00 vMB 85
417,532 417,532 000000000000000001c5fc94c1d9a782ef4c73c5f1e6c9ad3bdb036d64dbefdd 2,472 1.00/1.00 vMB 78
417,531 417,531 000000000000000001222e86ab89a06efc44f08edd60ef9c442312a3c1e4ffc2 2,253 1.00/1.00 vMB 66
417,530 417,530 0000000000000000029291cb13bf5d3fc2e5247b616ec242835bea37b0991237 1,020 1.00/1.00 vMB 79
417,529 417,529 000000000000000003e35002a2e8a54bc956831c8d462d146f8ecb123ccc398c 1,699 1.00/1.00 vMB 94
417,528 417,528 0000000000000000049d45c3dccc72540a53809a1785b027488d920364263db2 796 1.00/1.00 vMB 73
417,527 417,527 0000000000000000041a28d2d040d74807484a655d84ab8493dcd505692e4cbf 1,548 1.00/1.00 vMB 90
417,526 417,526 00000000000000000178c3c0ac1f2b7aa836d3dde8d64708fc01c758805f51b6 905 1.00/1.00 vMB 81
417,525 417,525 000000000000000000ac77d962d5df8b71060c05353c965f78552ea3ccc24492 1,836 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.