Loading Tool

Explorer IconExplorer

Memory Pool

76,603 transactions
28.56 vMB
0.07323481 BTC
Random Selection Loading Transactions
Max Size: 172.91/200 MB

Candidate Block

Mining Attempt cbc296309ab51292209218f7335b7df191bc3b6ee7845d2bc4e3f739ab2c19f1
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 8d9edc6b0ba49cd2379f2b6dfd13c1b1df84ef6cdc2cfaea1e24a2821e1ef5fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,588
Size: 1.00 vMB
Total Fees: 0.01370395 BTC
Feerates: 214.59 > 1.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (52,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
862,442 862,442 00000000000000000000f5a3937089bb0520caa3700b29b9db6334f06a17366b 4,107 1.00/1.00 vMB 4
862,441 862,441 00000000000000000001f5d879761fe577d2b32a51b3f4d407cbb030b4ba2268 5,758 1.00/1.00 vMB 2
862,440 862,440 00000000000000000000c3fb4f8879067e4373e90facfbef9a3f88c421f1fa44 5,136 1.00/1.00 vMB 2
862,439 862,439 000000000000000000024b1c7baadcab0ad30c9dcb871d1124b6904a1ac567c7 6,080 1.00/1.00 vMB 2
862,438 862,438 000000000000000000017d3b275d2d7abbca32e6c12dc81c4d4dcd6a1dcc9b2d 3,908 1.00/1.00 vMB 2
862,437 862,437 00000000000000000002b44927878e290713ea6b1e459f49417bdbcebbfedb4e 4,509 1.00/1.00 vMB 4
862,436 862,436 00000000000000000000260938245cc6dcf0dcc16e967a5044b62c53ed43edf1 5,008 1.00/1.00 vMB 3
862,435 862,435 0000000000000000000045b4ea70f19f56838ec67031ca81c4b07e9a56741a0b 4,772 1.00/1.00 vMB 3
862,434 862,434 00000000000000000000cb8f8105d032230ccf6993ab483e147ca3b5c00bbfbc 5,134 1.00/1.00 vMB 3
862,433 862,433 000000000000000000011404009af0cfc0c7d3db2c05e3b1c9e6cb95a3fdff54 6,536 1.00/1.00 vMB 3
862,432 862,432 0000000000000000000180e755bdb0e92bb18b9190b30998a18f06600fc0392e 6,931 1.00/1.00 vMB 2
862,431 862,431 000000000000000000012b2f9895a92f78282af55bc26573f7333a27892dbb38 4,901 1.00/1.00 vMB 3
862,430 862,430 000000000000000000022683f2245834477c0a00f955f8571ca4a44f76f84504 3,391 1.00/1.00 vMB 4
862,429 862,429 0000000000000000000101f48313fd76c3617cf28eb3480bf6a1e048a326a13f 6,880 1.00/1.00 vMB 2
862,428 862,428 00000000000000000001f279b7549fe97e4186f07f3f7082ba38688fad90bd47 4,597 1.00/1.00 vMB 3
862,427 862,427 000000000000000000018bb5a7a06d5ebc9ece0f474c720eea5a4919b0be839f 3,296 1.00/1.00 vMB 5
862,426 862,426 00000000000000000001c0f5eb034c315e255b7cda102452497dfe330df982a4 3,486 1.00/1.00 vMB 3
862,425 862,425 00000000000000000001bfcd93e40937a574adefa20280a41a727e92e53ca043 3,518 1.00/1.00 vMB 5
862,424 862,424 0000000000000000000045311ee5636a14e150eb55ac0a3273d84afc36540527 2,997 1.00/1.00 vMB 5
862,423 862,423 000000000000000000007ebb45bfbceb5bae5db130c059ebe67272c82374d573 2,814 1.00/1.00 vMB 8
862,422 862,422 0000000000000000000095f84ac2acdde81d1649a20a4d47e478a618d6cac65c 6,631 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.63 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.16 GB
    • Received: 16.16 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.