Loading Tool

Explorer IconExplorer

Memory Pool

39,868 transactions
27.70 vMB
0.06976937 BTC
Random Selection Loading Transactions
Max Size: 141.73/200 MB

Candidate Block

Mining Attempt 91c7d0848c9cf4af3bc415a1d3d9d5b88cf36981bc808753efb3b0b9fc2eec92
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root ddc11c28a0cf096d0a3f30f7f142cbf026c56aa53ed945d09920eef65ece51a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.01667964 BTC
Feerates: 100.95 > 1.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (826,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,318 88,318 00000000001a947885a6fc5730ee0a1628d6245ffed86ebb26842eb32cc4883c 1 0.00/1.00 vMB 0
88,317 88,317 00000000000aadea0aa97cbd4b3ec57e20edcaf785c13afc2faa6b0b49a4b062 1 0.00/1.00 vMB 0
88,316 88,316 00000000000af43ad0312a6180df3f47175db36fd561b215377b2d76fd149762 1 0.00/1.00 vMB 0
88,315 88,315 00000000000a22f87bc0b51c29db7351282f01ff0f3dc71c30259e0d05d1d11c 1 0.00/1.00 vMB 0
88,314 88,314 000000000019f4ed9d6269a97e2f36fd3c8501427b3ea51217e67f981e3a009d 9 0.00/1.00 vMB 0
88,313 88,313 000000000008133f2a9f7eac32df158515a2fb877bfd467c65ac21af0ae25c89 1 0.00/1.00 vMB 0
88,312 88,312 00000000001a6b0ed3af437b32c54b6f438d59d31d799d58b3cc05ec9a59ed88 2 0.00/1.00 vMB 0
88,311 88,311 000000000005ed8372a8c1b4438166fd21889d142c0e984311999a9415b618a8 1 0.00/1.00 vMB 0
88,310 88,310 000000000012cf1e3ee6a2a9225e800c5f0287e9e77fc72d487344703043cc1f 1 0.00/1.00 vMB 0
88,309 88,309 00000000000015bf24d5ff006970675604c35b238619b682a7a6d27af6c5931c 2 0.00/1.00 vMB 0
88,308 88,308 0000000000100e7ef29a9699f727a73d16cdfb3abbe69d3c86a6a3da55ee9f00 2 0.00/1.00 vMB 0
88,307 88,307 0000000000122eaa924600627ae6796ab6efbb18fdc40e990488cd1899ccd9dd 2 0.00/1.00 vMB 0
88,306 88,306 00000000000d668b6d4cfbee05e0a065b07d2e6c34418d5128d24a35bcac5da0 1 0.00/1.00 vMB 0
88,305 88,305 0000000000027b00270bd00458d1f719e2ed4c444de504e497b690ee434cb57c 1 0.00/1.00 vMB 0
88,304 88,304 0000000000199a680beedf81f528657d3ba7d8c66c7b7c54e59c16a596f0d8dc 1 0.00/1.00 vMB 0
88,303 88,303 000000000017bee1072e326d292d5145b571367d2a819dec9f28682850aaf18b 1 0.00/1.00 vMB 0
88,302 88,302 000000000019426976ef92a7f06ae3c2cefbe2633a0eb31e759436270cd21eee 1 0.00/1.00 vMB 0
88,301 88,301 00000000001c741589299f02e5c2f0b3037b6456fe3f13967d88d003f50324ca 3 0.00/1.00 vMB 0
88,300 88,300 00000000001dd476950393d78d77faf25df9c41c846015be9ef106c42dbc50b9 1 0.00/1.00 vMB 0
88,299 88,299 00000000000ba211fef6a8f89021713168b61d9231663e79ecbbebead890a47d 2 0.00/1.00 vMB 0
88,298 88,298 00000000000fe303586929fa7e43b7de8a4fd4a40b630e8868421d0a1d065ae7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.76 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: 632.31 GB
    • Received: 12.11 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.