Loading Tool

Explorer IconExplorer

Memory Pool

89,015 transactions
33.13 vMB
0.19967389 BTC
Random Selection Loading Transactions
Max Size: 199.78/200 MB

Candidate Block

Mining Attempt e280dbe39a52b16c68d753e7a0c436dd33f26904f05c0172ee44401e5a1c1928
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root d8551e9b2ef1db0d5487132fbc954bf46801b759344fba688ffa4a07f1115613
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,989
Size: 1.00 vMB
Total Fees: 0.08797396 BTC
Feerates: 387.56 > 8.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (65,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,798 849,798 000000000000000000008e4421b5065e08e0b39eab0dbcbd88423846fb745b4c 6,534 1.00/1.00 vMB 9
849,797 849,797 00000000000000000002f181ef3b1e3dbc91b73e83fa43c8bc3368b8873d2d2e 4,936 1.00/1.00 vMB 11
849,796 849,796 000000000000000000032259745cc8d3a216b20f9e6f5f99a04d442e09bcb15d 5,016 1.00/1.00 vMB 14
849,795 849,795 00000000000000000001f4e995337a7484fd77612794ec4c634d51a8e0cd1f63 3,976 1.00/1.00 vMB 13
849,794 849,794 00000000000000000002e376b0856e379bc8d618be194aa63db9d4c0d133c9cb 5,785 1.00/1.00 vMB 10
849,793 849,793 0000000000000000000271d10c01e5c1ce2fd622d23ff43031136b962826a825 4,492 1.00/1.00 vMB 12
849,792 849,792 0000000000000000000140572a0cd6b42f5c4c0118ef8366f93aa6c5a9c45739 4,393 1.00/1.00 vMB 10
849,791 849,791 000000000000000000015090d00545b9f1304a0eb9e8014b1669b779d9ca35bd 2,925 1.00/1.00 vMB 18
849,790 849,790 000000000000000000028d8746059e08c5e8599985ba92db0c85f849e6232252 3,585 1.00/1.00 vMB 26
849,789 849,789 000000000000000000032a4643e98d6adedc058f7c667e624c1d79c10bbc68c7 5,078 1.00/1.00 vMB 8
849,788 849,788 00000000000000000000a5231c3f952fcd16ce71184bd26b134274eebf256afa 4,019 1.00/1.00 vMB 18
849,787 849,787 000000000000000000016f20c6dece6b74365fe64328b7deb89bb3798b23fc14 4,126 1.00/1.00 vMB 13
849,786 849,786 00000000000000000000b32911b774a175e52c7f6557fe010dec1cd328253a01 6,653 1.00/1.00 vMB 9
849,785 849,785 000000000000000000026898223a24eff0a0767fad5326a2f2cf4b12965bfeca 5,353 1.00/1.00 vMB 9
849,784 849,784 000000000000000000023db168b79b7811a2af19fa8937b823e36684ea5adf21 6,938 1.00/1.00 vMB 9
849,783 849,783 00000000000000000001adc68268570d585145341c63f7531b9a86033e33d06a 5,429 1.00/1.00 vMB 10
849,782 849,782 00000000000000000002c5dce1987f8b37bf8af6d709fe7d6c8bf9e8cf04635b 2,879 1.00/1.00 vMB 12
849,781 849,781 0000000000000000000014955960b4c05da5295a1f2e61af56398d3c5f51f47b 3,738 1.00/1.00 vMB 13
849,780 849,780 000000000000000000021efeb10e01a478b4e639ec10e14bc3d5672acdcafde7 3,991 1.00/1.00 vMB 15
849,779 849,779 0000000000000000000324b171680d790177a35a0f2105d2a116d27d0dc9f3ed 2,397 1.00/1.00 vMB 8
849,778 849,778 00000000000000000002e4e234744e213d1be853ba84bf908617e93c198be32c 4,894 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.31 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: 660.18 GB
    • Received: 14.62 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.