Loading Tool

Explorer IconExplorer

Memory Pool

44,313 transactions
31.61 vMB
0.09004716 BTC
Random Selection Loading Transactions
Max Size: 160.84/200 MB

Candidate Block

Mining Attempt fd4999d78c797506abd0d9e557a464fc91bb713457c3e5b0a59dd96817fe53b7
Version 20000000
Previous Block 00000000000000000001135c66e10bab8bf4733a7e51d11a52d67a6548e511ee
Merkle Root 3e5a7c1c3c2053a34a8413cc35cb75f40f53cc1f1d667bd5a307215c4ad58f44
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,084
Size: 1.00 vMB
Total Fees: 0.02272041 BTC
Feerates: 101.36 > 2.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,457 (809,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,507 104,507 000000000002f8d732cca6191842579387c668951f641360e968a6bd17ef7d9b 4 0.00/1.00 vMB 0
104,506 104,506 0000000000008240ba9275de05eca88b3980312c86974331cc82154aa311f2a1 4 0.00/1.00 vMB 0
104,505 104,505 000000000002a23ccc0b6e8d9cd827f8a52755297a659cd5e69b16e22c03ddc6 6 0.00/1.00 vMB 0
104,504 104,504 0000000000012d238c08f48bbf9b3044fd5976467ee32a689871946ffea526b1 6 0.00/1.00 vMB 0
104,503 104,503 000000000001de08365e5db87dc9e8aa5bcbc6879d4068967dd8b3ef73f46522 4 0.00/1.00 vMB 0
104,502 104,502 000000000002d3a91c2c323c7e694f02c656f995850ed2ba021a67b557c01392 1 0.00/1.00 vMB 0
104,501 104,501 0000000000027da6cb3ecdfbad2300b4f5eafe1d15511941f2dc765d72dd5c13 6 0.00/1.00 vMB 0
104,500 104,500 0000000000035c81effe425e21dd20e7e72763bf453774634463c4a97f56f090 8 0.00/1.00 vMB 0
104,499 104,499 0000000000035f213582828d1f83d6488f829ac9622170819f95ab56258e873d 1 0.00/1.00 vMB 0
104,498 104,498 0000000000036d375907f55fdcfcb90e89f0ed30d1a5186d5e1971ae7e7df8c6 5 0.00/1.00 vMB 0
104,497 104,497 00000000000203f25a39934f0c7f9667ff6c14f1c680034fa885759ab9255545 2 0.00/1.00 vMB 0
104,496 104,496 00000000000323ef435c3f3f32618d0f1271194654b6a405f45df9698f7dae2b 1 0.00/1.00 vMB 0
104,495 104,495 0000000000027fcdd7fb4a7b99f038b2b0fdcd437a02d97e1ae181278ab4f27c 2 0.00/1.00 vMB 0
104,494 104,494 000000000000c9ec8f09c057fb89dc39e01e58c87abdec56cb72cc1efb72498f 2 0.00/1.00 vMB 0
104,493 104,493 000000000001f7e56da06d647988d400abf4994cf9efd204cfb8e8b08fb36f94 3 0.00/1.00 vMB 0
104,492 104,492 0000000000003e9bfbd958071c12ac0b6dc7c13858506bfa751e55b5a8f409be 1 0.00/1.00 vMB 0
104,491 104,491 000000000001ee1c3c9f6776b8d11216942f1039a0051c18aa3abde912654b4f 2 0.00/1.00 vMB 0
104,490 104,490 000000000002a51a729b71aa702063f2d7e33a7bf424f1f5f427c9b95affaf5d 1 0.00/1.00 vMB 0
104,489 104,489 00000000000211bb0a6db4e4e44a6d67b50de940f253c70f95e63d89ed4153d6 1 0.00/1.00 vMB 0
104,488 104,488 0000000000015a0f94e97eca9c946740456dffc9738bf39692699f88e0242239 3 0.00/1.00 vMB 0
104,487 104,487 00000000000136820605208baf34b8fb58e52a770d76b38a0a929cc61b61c9c3 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.42 GB

Node Details:

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