Loading Tool

Explorer IconExplorer

Memory Pool

82,466 transactions
31.15 vMB
0.15153492 BTC
Random Selection Loading Transactions
Max Size: 185.24/200 MB

Candidate Block

Mining Attempt 4f59b0320cbed61e97235eb5a3a86f1ca44331046ebe2bf7ec913b52ea67f7da
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 47c657cd27875dfa8d97122095400b7b83335201515b56d4b937aab87b26dadc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,953
Size: 1.00 vMB
Total Fees: 0.05764356 BTC
Feerates: 269.69 > 5.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (477,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,889 437,889 000000000000000000bbac13611ec2ff35b19ed45f2089f58e99d8a413a1c886 1,676 0.79/1.00 vMB 71
437,888 437,888 0000000000000000035e209c181747e1220762e968009d8827ad543607b4294b 695 1.00/1.00 vMB 20
437,887 437,887 000000000000000002061ac3fe9ca231407e8b1dd5e9ea59f2f33e3e30852e00 996 0.42/1.00 vMB 80
437,886 437,886 0000000000000000002bc7fdd4a5fa93fddd6ff561bed9a87da6fd454dcf6b95 1,027 0.43/1.00 vMB 66
437,885 437,885 00000000000000000217e87a98621e09723c3a954bad5c8b552a75539d57a49a 1,992 0.83/1.00 vMB 67
437,884 437,884 000000000000000001c311362fd9e2111c4594e5978cfc2082680cad08888eab 1,068 1.00/1.00 vMB 28
437,883 437,883 000000000000000003fc004761a69720edd0530df152204732e0de24e55dd82d 1,309 0.58/1.00 vMB 61
437,882 437,882 0000000000000000013b69e391cc230ad44a11aae246c27eef5df74e48732c22 291 1.00/1.00 vMB 6
437,881 437,881 0000000000000000021da9f6bee0079c50e136b513b287bcefb8a2f160a6a4ff 711 0.30/1.00 vMB 69
437,880 437,880 0000000000000000027828c92c197b4973ca9d5876ea984a079a02ee7193fce6 2,223 0.88/1.00 vMB 68
437,879 437,879 000000000000000003d1ec030f3952a846aeb55a8e889c5c8abfec5129880930 1,385 0.59/1.00 vMB 74
437,878 437,878 00000000000000000272229a7c197fd79b55db3598f642a06851531f30092791 95 1.00/1.00 vMB 1
437,877 437,877 000000000000000000e204118d87a251847a6206720dc11b891b9c18de724594 83 0.09/1.00 vMB 26
437,876 437,876 000000000000000000c8faa3ebb95462ce35d00a591a44803759ed20ed3b3c61 1,473 0.98/1.00 vMB 42
437,875 437,875 000000000000000001c2ecad68e5f575aae514eab415d558373930b469b9c3a2 2,423 1.00/1.00 vMB 79
437,874 437,874 0000000000000000031cd13801136cb27820581967daeb148bdbb512cad75566 132 0.98/1.00 vMB 3
437,873 437,873 000000000000000001912473a1a00942e42b572c72cff4a409e9fd3281ea1e7f 76 0.03/1.00 vMB 129
437,872 437,872 00000000000000000102d8f156aefd4a01ebdf1b29578288f78e8beb9ce00256 129 0.99/1.00 vMB 3
437,871 437,871 000000000000000002091701488487836bbb3cd0795d58053b0cf00a41e6e50d 559 1.00/1.00 vMB 13
437,870 437,870 000000000000000003bac52ef2185478c2365ed1a54d18b96d5930023cca730c 516 1.00/1.00 vMB 14
437,869 437,869 000000000000000001d8440780404c06e07658961bf9ce26aca58ae689da345b 374 1.00/1.00 vMB 15
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.55 GB
    • Received: 16.27 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.