Loading Tool

Explorer IconExplorer

Memory Pool

22,396 transactions
9.92 vMB
0.02351802 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.75/200 MB

Candidate Block

Mining Attempt 8abc9af8f2a0ae13901ccdda29b4f772bba6c14a5c473ca59c4784fa87fcc3f3
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root 7293af4f908e2a03d2a26650b845504d132569248d7e7657686182bcc7d5f261
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,378
Size: 1.00 vMB
Total Fees: 0.00765568 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (706,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,867 206,867 000000000000016fccf82e43ea978fdc691c54e32fe4f05698315701740aff59 172 0.10 vMB 99
206,866 206,866 00000000000004fa809e970c4672271a2927d0ed20ad45ed01dba4bb05ad8ecb 574 0.20 vMB 207
206,865 206,865 00000000000001f25c76e9bcde0c2bddae3bab4f7095e0f875ab8be8207d3633 584 0.31 vMB 161
206,864 206,864 000000000000017dc07e58fd1859654925b273a10d879eb89459f5c0874a089f 27 0.01 vMB 163
206,863 206,863 00000000000004c5f3296ec64da89391b67f58f985bc27b61cba12869b522c2b 92 0.04 vMB 206
206,862 206,862 000000000000040c25cc4e2ac0a8eda9826c10399d5e6218e76025c779c0d824 143 0.06 vMB 199
206,861 206,861 00000000000002f451cc919118128b166402824f55a280616d06c9872927b547 350 0.20 vMB 183
206,860 206,860 000000000000024f6331035f23fd16fd68b90bf071614775979ca41e8bb26db1 130 0.05 vMB 142
206,859 206,859 000000000000006cb7f910f4e2a41e1f41331cc7606758dd16c841a7b4ae2679 34 0.01 vMB 385
206,858 206,858 00000000000003b87cecca14ae395634d2696bbc8865ee6fbca17cfce15e16e3 174 0.08 vMB 230
206,857 206,857 00000000000000a48a56625a6684b31b743522bd0c0136e1fba8f5678c81c443 78 0.04 vMB 143
206,856 206,856 00000000000000e70689ea67bf557b9eca30a11b6bd87538bcca35b8c0a56384 145 0.07 vMB 151
206,855 206,855 000000000000028d7cf130a9c64e592e039ebce3d5aa8ec80235df59df873ddf 200 0.06 vMB 234
206,854 206,854 000000000000032f1eb53180fa90b2ed45e840398e31b0a1f87c8699e615a5ae 420 0.17 vMB 301
206,853 206,853 00000000000002297c7ffc639636d8e2a06f0198ee1011335120d74fb7894a3c 43 0.03 vMB 138
206,852 206,852 0000000000000447cc2f1e675ad5bce536f2a43a3c110d93659cfd25fc4ec1bf 435 0.17 vMB 213
206,851 206,851 00000000000003ee5b490f486e5ec42dbb6af46d2d789f865ecadaf74fb7728a 40 0.02 vMB 123
206,850 206,850 00000000000000bf691b01f9788fb0bcfddcfe90b7cca952ad4d473c753bf950 51 0.02 vMB 98
206,849 206,849 000000000000020002ed0bb1a7e183f9a7785235b39325f242b8f00756f25e10 51 0.03 vMB 149
206,848 206,848 000000000000050604fbdee8de0c6bbcefa50b2951685da3a52d5ea58a90f099 409 0.15 vMB 213
206,847 206,847 00000000000001fedce283d9b7c93ad2f07ef71b0b22dff6dcd70b56f1c77c89 673 0.47 vMB 89
Previous 10 blocks ↓
Total Size: 779.75 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: 378.75 GB
    • Received: 1.90 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.