Loading Tool

Explorer IconExplorer

Memory Pool

44,663 transactions
28.59 vMB
0.10187997 BTC
Random Selection Loading Transactions
Max Size: 149.26/200 MB

Candidate Block

Mining Attempt 5054e8c9d7077ad0d95bc918ffe194f9b84b1d3b0e1d23658912793ae3f4743c
Version 20000000
Previous Block 00000000000000000001dc7d8af27fbeaa83efa4a354c22a9b1c23db4f2935e4
Merkle Root 7b7b3757d9042d51630417ab8f26eec6bb60b7d8aeda0cbcbcd1ffa69e53c071
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,984
Size: 1.00 vMB
Total Fees: 0.04254882 BTC
Feerates: 477.45 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,252 (813,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,577 100,577 0000000000022e44cd6820a2d55eb10098da3d4a5259e037ff6bc4f961e744ff 1 0.00/1.00 vMB 0
100,576 100,576 000000000000f55fb576deb83a3cb17dbfc6e5a416bb12dd8af04ded0cfecd72 1 0.00/1.00 vMB 0
100,575 100,575 0000000000046bc8bfe919951b52e2d5dc993149d93f4401d9a61c9306d0c85a 1 0.00/1.00 vMB 0
100,574 100,574 000000000000c503489e46155ead6665329111253ddc26fa760a723926624bdb 1 0.00/1.00 vMB 0
100,573 100,573 00000000000367b682f09842b5a5914a08f46746d3c53f154b4a9bd6c306eac2 1 0.00/1.00 vMB 0
100,572 100,572 000000000000cbe513bf01d9ca4d18796d59995828aa2ff88adbe5cd92ba854b 2 0.00/1.00 vMB 0
100,571 100,571 000000000003a05b74d37d2e3fc961fc23ca96b5a322f859c4ad0dfb1a6ee7da 3 0.00/1.00 vMB 0
100,570 100,570 0000000000029b7744f18f5b4259fa6c219ca18e8f3f718c6bda04d80b2155df 2 0.00/1.00 vMB 0
100,569 100,569 0000000000019c11ab563a77d9e2f5b1bff708e71975b9b8f3ede1d713fa05fd 1 0.00/1.00 vMB 0
100,568 100,568 000000000000d2e1b9bf0546114a5d5d447d7aca6b54a6a0572a4db1c8ca5a32 1 0.00/1.00 vMB 0
100,567 100,567 00000000000088e18ec6d5ef153dcce29ed7e12cf658b34bf26380466798c0a5 1 0.00/1.00 vMB 0
100,566 100,566 00000000000432a961d61d023f9a66206344105cf6922fdb76deac6780d62921 2 0.00/1.00 vMB 0
100,565 100,565 000000000000262334aa97cc1a7e3dc197333e2d4c98602dd2c83608a245ace4 5 0.00/1.00 vMB 0
100,564 100,564 000000000004382b24949fdc6c5626b11da1c7906b59f0c33269220126faa5b6 1 0.00/1.00 vMB 0
100,563 100,563 0000000000042a7fbc5acd20ad216cc0739f66b5142c3c4e46dcbcb86248ef7c 1 0.00/1.00 vMB 0
100,562 100,562 0000000000023ae47046b63c15b049feafd29a87ab63cb3d2282be37c8810764 8 0.00/1.00 vMB 0
100,561 100,561 000000000002f66b78c1a5e0a0e23a7e4848c2afcda653b2a085338f6c52cd21 8 0.00/1.00 vMB 0
100,560 100,560 000000000003b93078d667030f840ec886bfd77eeeb8beba0ca3d6871d99ccf0 12 0.00/1.00 vMB 0
100,559 100,559 000000000002fac248bc2d2a6de48cdd318470cda9624b726307be646a4721c9 12 0.00/1.00 vMB 0
100,558 100,558 000000000001a1d1a255fcd3e3c1b4c13bdf2261692927fef174246905891d63 3 0.00/1.00 vMB 0
100,557 100,557 000000000002d06172adf8f80c5865afd98eed897a44743118ed1dde5c663224 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.04 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: 576.87 GB
    • Received: 8.56 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.