Loading Tool

Explorer IconExplorer

Memory Pool

51,933 transactions
33.46 vMB
0.12302684 BTC
Random Selection Loading Transactions
Max Size: 172.04/200 MB

Candidate Block

Mining Attempt f4113f463bfa3174ec3ca0e25b532b0d4b30d3b06e0221fc152ca8e6649396db
Version 20000000
Previous Block 000000000000000000017a98b1c7d9052f1c2b6b85393b7fa5e5919d663547b0
Merkle Root 94b04c4231b7e9c12b7595201b36248b614d80611d728464d2335adac8a8d8a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,115
Size: 1.00 vMB
Total Fees: 0.04886903 BTC
Feerates: 301.37 > 4.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,395 (840,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
74,313 74,313 0000000000a4c852603aa385dc11494d5ddf377929653b460c88454a1b67e5f8 2 0.00/1.00 vMB 0
74,312 74,312 0000000000241e51e5cb8e883da3c834d3c75416850e5d7c14b4636cc28063af 2 0.00/1.00 vMB 0
74,311 74,311 00000000001214ae4b52de879f7f088f686dc11e6e5da6f119f505ccd2a22a2f 1 0.00/1.00 vMB 0
74,310 74,310 000000000082bfccf95f87993de4815641682df2af78829fc919a956dd670447 3 0.00/1.00 vMB 0
74,309 74,309 0000000000a57e74a6f1aca7e445fcd3c0afd743ef2f480c9b30cf89f6077077 4 0.00/1.00 vMB 0
74,308 74,308 00000000003c1e2e12717be8f78128e5aa32271201adcbaaecd5fcffee04bfad 2 0.00/1.00 vMB 0
74,307 74,307 0000000000ad5016fc8b944da27d44df354dc51649ff26104a8b0c1756031668 1 0.00/1.00 vMB 0
74,306 74,306 00000000008f174342db63c1c8c943fbe244e0514c85b839b72e119432af4086 2 0.00/1.00 vMB 0
74,305 74,305 0000000000138163aeb30802e6d70df9ad5df8c78a3a8901dec4e147c0ad9da4 1 0.00/1.00 vMB 0
74,304 74,304 00000000005e8621d94ff7ee5fb639796ce997afb95f9346fb1f9e14da7ca2d4 1 0.00/1.00 vMB 0
74,303 74,303 0000000000087c7cd92f70136f7487ee30ea4033c0e1adf97d3b0eb9fb47605c 4 0.00/1.00 vMB 0
74,302 74,302 000000000074945bd8507a987e1bd4dd1cac4be76f3acb9297178ca87b52f596 1 0.00/1.00 vMB 0
74,301 74,301 000000000085a920efe3ecb9b0fe36a158b147aa1e12f3685d9632cc9a3497d6 1 0.00/1.00 vMB 0
74,300 74,300 00000000007e85b0458902d370dda6a2ee9f82b77405466aa3e087b78abf8136 1 0.00/1.00 vMB 0
74,299 74,299 00000000007f502e6c9e02954591a715748158244277ddd3f4ff1e140eb7ab6d 1 0.00/1.00 vMB 0
74,298 74,298 000000000082af686367fadeb60e8ab682a434e393db46949607a460354e30b2 1 0.00/1.00 vMB 0
74,297 74,297 00000000007699a18a7a4a09d7f80e8e8b8c28ba10b4229e26379054a355d022 1 0.00/1.00 vMB 0
74,296 74,296 00000000008a4a87b8989c6a83b543f204a4cc0de930edd44d037eafc82bffaf 1 0.00/1.00 vMB 0
74,295 74,295 0000000000482f2838f8346a76949aa3f236ae377b528b7eded367337cdc5492 2 0.00/1.00 vMB 0
74,294 74,294 000000000016f33a3a09e0d76c2bd689cac6830f023c25782c2df86e69770abe 1 0.00/1.00 vMB 0
74,293 74,293 00000000007f9748e168bbbc9d6d62c4e94d353098bcb74b9427295588ae672c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 598.83 GB
    • Received: 9.98 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.