Loading Tool

Explorer IconExplorer

Memory Pool

85,709 transactions
31.96 vMB
0.21018424 BTC
Random Selection Loading Transactions
Max Size: 191.12/200 MB

Candidate Block

Mining Attempt 005e5c89b85f5b4d42e377bc321a1fa9bc9cde5acea88c5e0f993f4790960b2a
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 03528bd9b3146a541bf7b5c7eb46294d296f55152026566addddabf066349673
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,875
Size: 1.00 vMB
Total Fees: 0.09489121 BTC
Feerates: 529.10 > 9.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (499,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,164 415,164 0000000000000000049a9f34bc276d6c7e6207dc46aebfb4784b6312e7e92b08 1,482 1.00/1.00 vMB 35
415,163 415,163 000000000000000003b03e24e7e2e562ff292a0d742d1db946a1c6f1340ac45b 2,103 1.00/1.00 vMB 60
415,162 415,162 000000000000000000784631de150fd9381a300364b5c1350ef91de149ad8d03 1,398 1.00/1.00 vMB 32
415,161 415,161 00000000000000000492836e6bcec824f0ab317c6ecf4594acc8627d287c26f3 2,060 1.00/1.00 vMB 41
415,160 415,160 0000000000000000053e08c7918811f977798816249b4ad89bab134cc6637575 2,831 1.00/1.00 vMB 53
415,159 415,159 000000000000000001402b1eda5d1f8e56c98143d60d4093220e2b7e46a7f57d 3,323 1.00/1.00 vMB 97
415,158 415,158 000000000000000000618446c123e1e388cf63c947b6036eab9a23ea5fcbcb28 1,237 1.00/1.00 vMB 26
415,157 415,157 000000000000000000e0064b63d9896169bc064698ad8d82248c9346b8d0268e 1,707 1.00/1.00 vMB 36
415,156 415,156 000000000000000002785b8af646685f73e44ddf364ce363d23679b8374b2982 1,979 0.89/1.00 vMB 76
415,155 415,155 000000000000000004aa07035396dc323f8765d3a6337bab764f7fa75b64814a 1,741 1.00/1.00 vMB 38
415,154 415,154 00000000000000000464ee448a5970be6d9dd11c8f50017ab58e31d26c32d8df 2,502 1.00/1.00 vMB 60
415,153 415,153 0000000000000000057c1359e0e9918e22d443caea4085214feb8b35fa9174a4 539 0.30/1.00 vMB 43
415,152 415,152 0000000000000000024ed9fec787c0e52ad8a66a9d28e32be0c34970f893b3b8 699 0.46/1.00 vMB 39
415,151 415,151 0000000000000000045e377299da6475ad9de6adaab4cb181267e88a4c6968ce 625 0.85/1.00 vMB 25
415,150 415,150 0000000000000000034a4f0d2db1577587ada8e9c942ac65ece2d7f590ca91a1 790 0.55/1.00 vMB 37
415,149 415,149 000000000000000004a3faa427472972b603df5546bbe014de365e2953f705f6 2,325 1.00/1.00 vMB 55
415,148 415,148 0000000000000000037a9b3f5ac118b57cddacdc9ea39a18009d22eed9dde3ba 2,372 1.00/1.00 vMB 44
415,147 415,147 00000000000000000091dc15ff51c04ff6c12d72b6197566b4838d4785c48c8d 1,937 0.76/1.00 vMB 44
415,146 415,146 00000000000000000097c729bb674ebd6ab1923376497aa2de6da43befe3e813 2,547 1.00/1.00 vMB 45
415,145 415,145 0000000000000000038c8aa2939716940ceb0d2701993e2d8c6d3d69a95953e8 333 0.15/1.00 vMB 42
415,144 415,144 0000000000000000000a6245d880aecb447316c14f7cbab71acc8bfb93180817 1,063 0.47/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.