Loading Tool

Explorer IconExplorer

Memory Pool

81,871 transactions
30.03 vMB
0.08186217 BTC
Random Selection Loading Transactions
Max Size: 181.31/200 MB

Candidate Block

Mining Attempt 5145209d394cb97f97286e1bf83d1ed5cd9e92fb4c843d042fa99937b9b7c825
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 688a74e8bbdbb9115087d9ad541d5dbc46f84c4f49f1943761f2ab0ed47ac045
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,557
Size: 1.00 vMB
Total Fees: 0.02047594 BTC
Feerates: 151.12 > 2.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (809,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,839 105,839 00000000000271c674da0332aaf8a794d21386fbc7ffed9df3d649444da919b6 2 0.00/1.00 vMB 0
105,838 105,838 0000000000015ada4d484f9e0a62331dc57a3098b165e82081e343c16f085904 4 0.00/1.00 vMB 0
105,837 105,837 000000000000132057b3934d8a1ab61107f0fa1bdac55ceea9dfcf3e3d55c13c 2 0.00/1.00 vMB 0
105,836 105,836 0000000000016f97b371f8426f2c38b266b71e99e360c31001a0931dd7a4be8e 9 0.00/1.00 vMB 377
105,835 105,835 0000000000028bdaf29965a003744479f2db85c08582dfff0f3a0fef64ef4772 7 0.00/1.00 vMB 342
105,834 105,834 000000000002afb217894c9c85c44103e3286f402989d1e24e1fce880a5e0b5e 6 0.00/1.00 vMB 0
105,833 105,833 0000000000016e99844af048ae976b47900a1b8eb7b933e697a0b5b0bea656e8 11 0.00/1.00 vMB 0
105,832 105,832 0000000000024e6a7a9baa4ebe7227f57c624ef3c25e9ce7f1b3439cae3a6129 23 0.01/1.00 vMB 0
105,831 105,831 000000000000a780c0adbb56b1be02125457d49e96b5525d500ced95080404e0 3 0.00/1.00 vMB 0
105,830 105,830 000000000000bf486acd47d217da466288913ae5d63ba70c370ebca627ea36a2 13 0.00/1.00 vMB 0
105,829 105,829 000000000001bda51688eb7e6a1024f52892b97d29293ee11fe12d6eb853db9c 1 0.00/1.00 vMB 0
105,828 105,828 0000000000021974cf4cb06b0c03949aa18e366da05fdef5a5874615c688c100 3 0.01/1.00 vMB 0
105,827 105,827 0000000000025cd7ab0366b1d16b8a74de3db338b8663da882aadbf367b2f557 5 0.00/1.00 vMB 0
105,826 105,826 000000000000548756c8364fc21c6a2ca3e217dde7ce71e664715aabc8d48713 6 0.00/1.00 vMB 0
105,825 105,825 0000000000024e7519eeae9201844f8bea085f8c69997aeec78e8dcea41fa8e0 4 0.00/1.00 vMB 0
105,824 105,824 00000000000180fb0dd09ac8eea7ecc967bc8a8dc3d3b722f166240c7980051e 18 0.00/1.00 vMB 0
105,823 105,823 00000000000015c135b425c972d6d9136123cdb58a2c3ae7136e9c3f36847562 2 0.00/1.00 vMB 0
105,822 105,822 00000000000037bb83f72816f09b2090f5aede5a644573d88c73901617fb1ca8 2 0.00/1.00 vMB 0
105,821 105,821 00000000000079a91bf8c85973c1c728bc03954c839bf6e52c8c21fc625300c6 10 0.00/1.00 vMB 0
105,820 105,820 000000000002a0de2108345e3b3e2aae89c82c8024489897cc5e207620fece56 10 0.00/1.00 vMB 0
105,819 105,819 00000000000009ca1e29ba52a1f47fe335368b8cb4a320b4dc3cea15bd1b1685 24 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.71 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.