Loading Tool

Explorer IconExplorer

Memory Pool

81,706 transactions
30.29 vMB
0.16709366 BTC
Random Selection Loading Transactions
Max Size: 182.92/200 MB

Candidate Block

Mining Attempt 7f10c0d4d71e4814eb742da782e4a8bafa22c51f434b801bf164d967029319f5
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 7f2cc529589820b1d65462b8f802467538f93c6a89404127c82f758768832fb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,381
Size: 1.00 vMB
Total Fees: 0.09127093 BTC
Feerates: 502.67 > 9.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (821,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,289 93,289 000000000007677c30ebd949bc439063410870e559ccd9e4e8313c9c3525f7aa 2 0.00/1.00 vMB 0
93,288 93,288 0000000000036e7233f02a169337367e66fa333cd0b3924b546b1f889aad372c 1 0.00/1.00 vMB 0
93,287 93,287 000000000007d58be93fb49346553eb1ed80f755c418a044801e85da3ecf0524 1 0.00/1.00 vMB 0
93,286 93,286 0000000000079101450b3bd1ef3b4a48f82f793e34ed1e15a6878670cff71641 3 0.00/1.00 vMB 1,937
93,285 93,285 000000000009241b513b6fde6868e60e41ebe428f3bfcc02ecba1cbcd61cb6d7 1 0.00/1.00 vMB 0
93,284 93,284 000000000002df4de5bfb021d99a85af6abdb57984a89f379f45390bbf9c5692 2 0.00/1.00 vMB 0
93,283 93,283 000000000002801f720901d2d307df5f99005b974b68ae91cb11b565c197d805 3 0.00/1.00 vMB 2,409
93,282 93,282 0000000000021283d8bae63504dab26acc979d07a9d27100dde0f2792cf39626 2 0.00/1.00 vMB 0
93,281 93,281 0000000000024555a0413a1ad3cf76c0c261fdecbf93f10333d0cb30d38d1309 1 0.00/1.00 vMB 0
93,280 93,280 000000000005f9ab126fe25ac1bf35ffa03663fe0670a5cf3cdd0a3133f0d664 2 0.00/1.00 vMB 0
93,279 93,279 0000000000097a3288eff2233ab1f11266871069fca7c8b69d288f80e28c5d0c 1 0.00/1.00 vMB 0
93,278 93,278 00000000000954f5e46468c4a38bed5882fad44477a30954b3cf84ac5f989a92 3 0.00/1.00 vMB 2,403
93,277 93,277 000000000006bc3a7df9939eae9e3bbdee47765b298b8d7cb9c838617573f04e 1 0.00/1.00 vMB 0
93,276 93,276 000000000008d324901857400de8eaf6e540dae9467e6aa144647f4702cf7db2 2 0.00/1.00 vMB 3,861
93,275 93,275 0000000000081e0f135193b9c4c572988bba6f6cc67d5206349aebf7799ae2c6 5 0.00/1.00 vMB 1,508
93,274 93,274 000000000007ad93d64232454707b32ded654a0616c4b23c332a51946b9ea86b 6 0.00/1.00 vMB 0
93,273 93,273 0000000000005edb08109cae24e545cd32c10f1d603dd451c7372d23f5eefa63 1 0.00/1.00 vMB 0
93,272 93,272 000000000005e0ee188b4e27538f3b37b72eba6af4daf2a98eacda6147b4ea18 1 0.00/1.00 vMB 0
93,271 93,271 000000000007a4bc67709ad7abe331dee55871e1fba0cc9a42e056f4aecb0c3e 3 0.00/1.00 vMB 0
93,270 93,270 000000000002fea85e7e8f19d97c351f30a0e781e81de4a2a246a6ff866b4f46 1 0.00/1.00 vMB 0
93,269 93,269 00000000000082711dfdc519d7e6f61d3790cae8d226ca7904624c582754b2b6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.60 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: 671.85 GB
    • Received: 16.04 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.