Loading Tool

Explorer IconExplorer

Memory Pool

72,641 transactions
27.94 vMB
0.06432919 BTC
Random Selection Loading Transactions
Max Size: 165.88/200 MB

Candidate Block

Mining Attempt 9b7f9a4733c41a882f794a5a9d9e41a189c91af4d8381b8eb1485f2e7fa8ad21
Version 20000000
Previous Block 000000000000000000003563c4b66b8c7aee15d5eb92bb97c05d0ba548e70e53
Merkle Root 9cff84966d40db778e0f52e455819ae537eca3b8b024cf71812c8f18d85c9017
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,472
Size: 1.00 vMB
Total Fees: 0.00859937 BTC
Feerates: 180.34 > 0.86 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,033 (263,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,437 651,437 0000000000000000000555283516f087db50eeb751317650b0dcdb2cd2cc2a33 2,747 1.00/1.00 vMB 88
651,436 651,436 0000000000000000000af1ad6fec2bda1e09146ad68a21c077f5b1b6337d4f33 2,968 1.00/1.00 vMB 103
651,435 651,435 0000000000000000000847ebbea2246878a6e039e0e03f06cd8521744e5f2d15 2,648 1.00/1.00 vMB 116
651,434 651,434 00000000000000000008e5969c57b83f068ae92d5d58862e65ad94e71ca3d581 2,867 1.00/1.00 vMB 91
651,433 651,433 0000000000000000000a971ded787a881182604d45c80aae349d459c20de9897 3,050 1.00/1.00 vMB 83
651,432 651,432 0000000000000000000ce3100f2497e713c0a62b14728d8fc1feef8250be2031 2,732 1.00/1.00 vMB 112
651,431 651,431 00000000000000000000c13420e9ec4b3c6b8466ed08d7f8e6c0087554b63ba3 2,135 1.00/1.00 vMB 112
651,430 651,430 0000000000000000000e109096beb5642562685d26a969c50dc6fc404864610c 2,790 1.00/1.00 vMB 113
651,429 651,429 000000000000000000011c09254df75adab73da175c0857aada7caff40b0cb8c 3,031 1.00/1.00 vMB 139
651,428 651,428 00000000000000000008672201fe51866047ad8efb7a349c22f8f8091b97f4ee 2,649 1.00/1.00 vMB 87
651,427 651,427 0000000000000000000a79cb652aa9176ad7c72b1572ea107de03796a79373a3 2,484 1.00/1.00 vMB 92
651,426 651,426 0000000000000000000bc0a4bd265fa014f59d5f206bc259b2fd219a0061385f 2,817 1.00/1.00 vMB 110
651,425 651,425 000000000000000000005df8cf0ade65df495ecdf47bcac49f4354c14cecca19 2,661 1.00/1.00 vMB 104
651,424 651,424 000000000000000000024a353501d7d26a0c6f44d24a0f05ee98afa42387774c 2,498 1.00/1.00 vMB 120
651,423 651,423 000000000000000000040e46ad0a006a6aaed0e44ff17b8fc9dd9e6cb528b07e 1,425 1.00/1.00 vMB 94
651,422 651,422 00000000000000000009e1925f2ffe401a6ee2b6b000b869e8c6934652cf6f19 2,409 1.00/1.00 vMB 118
651,421 651,421 0000000000000000000c9176e4849ec401f4cd0767680680721506546488c8b6 278 1.00/1.00 vMB 96
651,420 651,420 0000000000000000000e95aea84cc3d60461e5d56745bd95b103fd67980b7fe3 1,271 1.00/1.00 vMB 99
651,419 651,419 00000000000000000000ca07c21ad6db9001b6ad5c99d38c36c624623b2c0e03 1,558 1.00/1.00 vMB 97
651,418 651,418 00000000000000000008f31930edf5ca9bb6d2e4e8a82d5031d520dc153bbd27 2,950 1.00/1.00 vMB 117
651,417 651,417 00000000000000000006846f6c7f3961c48ee9d9695081cbd4c81bb0e198e5bc 2,230 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 666.88 GB
    • Received: 15.23 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.