Loading Tool

Explorer IconExplorer

Memory Pool

77,183 transactions
28.75 vMB
0.07499387 BTC
Random Selection Loading Transactions
Max Size: 174.09/200 MB

Candidate Block

Mining Attempt 8fcc0d213f219366ce165806d59e0f5c4b2b9ff9945b7d3e45bbf94e9dd59dfd
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 907c2cb3d33e91d4a656cd623c0d1ef2032d80e57118a70d635f698ac9883375
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,990
Size: 1.00 vMB
Total Fees: 0.01516954 BTC
Feerates: 71.79 > 1.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (257,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,663 657,663 0000000000000000000afe410ecfadbc4c88e19f0799ae9dea0eb7df3ac6d42f 2,562 1.00/1.00 vMB 41
657,662 657,662 000000000000000000001c4dbb598f5c7d9baf22a4239cfce0c89869ff338ab0 2,041 1.00/1.00 vMB 56
657,661 657,661 0000000000000000000896207b40233ac18145183cac066aa0b95c83d86dcf34 1,182 1.00/1.00 vMB 47
657,660 657,660 000000000000000000078d8ffdb4a72193db55fd6f37c70126d650b4b8b2b50d 2,645 1.00/1.00 vMB 68
657,659 657,659 00000000000000000001d9c4789c1b993b45eb0d73f2f975cb518f1d682296e9 2,927 1.00/1.00 vMB 73
657,658 657,658 0000000000000000000f60e93161a00354e33a78423e17a3b87c86c620a8ec5c 1,619 1.00/1.00 vMB 81
657,657 657,657 0000000000000000000c9bf64929578aeff2e31c0fe669d1280dd175642e11f4 2,469 1.00/1.00 vMB 89
657,656 657,656 0000000000000000000e7a3351a363da3ce2c4000216df14ad5f235cc72e4760 1,171 1.00/1.00 vMB 110
657,655 657,655 00000000000000000006ce29decbb5a0d6006777bd6406b7ddaeb68137bc5252 717 1.00/1.00 vMB 81
657,654 657,654 0000000000000000000662f1e5810c582e2ade824327ad7616cec5d724f44679 1,366 1.00/1.00 vMB 89
657,653 657,653 0000000000000000000bd5ac743507229e57b7fa6697e451837e80945aa8972f 2,760 1.00/1.00 vMB 18
657,652 657,652 0000000000000000000084831951d3f5dbfbd3d898cdf4e128d770c9922959ce 2,369 1.00/1.00 vMB 31
657,651 657,651 0000000000000000000414132ffe2e59c40ded7785b5dc75c56ce142f3dfe9fb 2,322 1.00/1.00 vMB 64
657,650 657,650 00000000000000000005255ec01ccf17af246ade70a12a63bb3ee7d06e6a9a3d 1,661 1.00/1.00 vMB 57
657,649 657,649 0000000000000000000ae3d84c1544c0cf64b0a787be7ac2a7e90b8ba1e53e98 2,454 1.00/1.00 vMB 102
657,648 657,648 0000000000000000000086fe5e16d26c6b956d56d581e478a4ca5ddd43cac975 2,714 1.00/1.00 vMB 36
657,647 657,647 0000000000000000000c585826d996036ea0495c0960f312b88cb251627b73fe 2,283 1.00/1.00 vMB 68
657,646 657,646 0000000000000000000721866bbfacd41a3fb7c463e03aa815f482f4db9d7911 2,833 1.00/1.00 vMB 118
657,645 657,645 00000000000000000002af1356cfd5b5237fc3547e3e6f01b18a19d3807a6e60 2,430 1.00/1.00 vMB 33
657,644 657,644 00000000000000000000966a5ed91b50c7436e13fb5143fe563716b5aa9d765b 1,728 1.00/1.00 vMB 71
657,643 657,643 0000000000000000000e1a08d40d4c26622163af05a5991eaa9a9e0ece4cf3bb 2,813 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.