Loading Tool

Explorer IconExplorer

Memory Pool

32,281 transactions
18.68 vMB
0.05017628 BTC
Random Selection Loading Transactions
Max Size: 99.88/200 MB

Candidate Block

Mining Attempt dffb065cfc16985ecde58b932842bcbc88db1531a0f936d5b8e7b28248cfee92
Version 20000000
Previous Block 000000000000000000007fc360febf573fd20c36a777d7a124372cae17e71a51
Merkle Root 704ea0c60547c9ad520c292b380af2d3e1d24ffad1c6e2b9394233985143bc05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,321
Size: 1.00 vMB
Total Fees: 0.01471415 BTC
Feerates: 179.53 > 1.47 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,128 (813,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,614 100,614 00000000000243bba8f315263a5260363d484b6c8c6de1cb8245ec538a986f8a 1 0.00/1.00 vMB 0
100,613 100,613 000000000000c36074a73b19a8252a865877ec7236271e9c103c582c3c9a6782 1 0.00/1.00 vMB 0
100,612 100,612 000000000000a3b50b29e80b5cc37fbf0a70e09f12ee98840200f71802ba617a 11 0.00/1.00 vMB 0
100,611 100,611 000000000000bc5f33cda6d9bd492463496c5b9a85476b880461c1981b65ed91 2 0.00/1.00 vMB 0
100,610 100,610 0000000000021db92d34a07ff73dc2ee7b88335e355669c896f2492cfe64a3b1 7 0.00/1.00 vMB 0
100,609 100,609 000000000002c9ae1a01f43bbee1c84f3f032a17ca77353b410864c79e3077be 1 0.00/1.00 vMB 0
100,608 100,608 0000000000043d06c2485752dd39712ba150cf036e6fe783452d03ae8f1a2b00 2 0.00/1.00 vMB 0
100,607 100,607 0000000000007248d9daf91e87c9e759bca20ea94c9d4d236fd09b4d7b60ed59 3 0.00/1.00 vMB 1,138
100,606 100,606 00000000000082c9baee56e3c60eb13aa62d219f99ab2986ae806a9a359a81dd 2 0.00/1.00 vMB 0
100,605 100,605 0000000000026ec36f3c37b9679ec95ea87ee9c6f84d6f4e018af528ef83f841 6 0.00/1.00 vMB 485
100,604 100,604 00000000000376077e335f2c497cd4a09ba8016d8ca44dd1068f216e92a06f48 5 0.00/1.00 vMB 0
100,603 100,603 000000000000941a341dd115cbe935ef374d2fd2d1a4276364ea46f3bc57e5cf 2 0.00/1.00 vMB 0
100,602 100,602 00000000000235d96b306d4c0a7ca9b3f3294383c324a0976bcaefe3f18701c8 7 0.00/1.00 vMB 534
100,601 100,601 00000000000177cdafcad7cdd484326252928a960da20a65cc1a289ac0820eb8 3 0.00/1.00 vMB 942
100,600 100,600 0000000000007b92760b8d801c6956cbec2dba71a6737456320053c41fb03de2 2 0.00/1.00 vMB 0
100,599 100,599 000000000000fdb599573c7fc1a455ea9fe045d65a02f88a397dabe53b773a2d 3 0.00/1.00 vMB 0
100,598 100,598 0000000000045d1f6e0b4b648ae7a7634b2b23e2edc3515b1d3b023313677edd 4 0.00/1.00 vMB 0
100,597 100,597 000000000000fefc2a098f380e43221acec73307c146cab08f8342e23a4bb42a 1 0.00/1.00 vMB 0
100,596 100,596 00000000000072e5d1cc31b373afcfc9336ddb32015c72c79f6c24b0a36e9bf9 10 0.00/1.00 vMB 0
100,595 100,595 000000000001d572e72fdb10f9a74f18042f91efa2d14f9e82a10c3756e894eb 1 0.00/1.00 vMB 0
100,594 100,594 00000000000148e412e3f2cb01484fcf433737be1bea60afc0d441b9837bf2f0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.83 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: 561.41 GB
    • Received: 7.39 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.