Loading Tool

Explorer IconExplorer

Memory Pool

91,121 transactions
33.07 vMB
0.17345408 BTC
Random Selection Loading Transactions
Max Size: 199.87/200 MB

Candidate Block

Mining Attempt e6cb0735d512213b3184d6be3b5504e23a29adc7de07692b4aaaf330e9d59e5a
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root ec4bbf9ed84121a8b1cf58ff63544a140c90f0c3fd12b9974b13abcf5db67790
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.06833011 BTC
Feerates: 627.82 > 6.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (285,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,225 629,225 0000000000000000000ac500a5badfdff19123fa9945c1377b7a2efe84abdb49 3,041 1.00/1.00 vMB 62
629,224 629,224 00000000000000000004f9b8f9309f9af66e7846ed37acc5130f5af32967f688 2,886 1.00/1.00 vMB 90
629,223 629,223 0000000000000000000fe810b9ecbe39b34738929da2c52df92f27032a8c81dc 2,556 1.00/1.00 vMB 74
629,222 629,222 00000000000000000008c4d9464ab807e2715028753f9e718b561be0d1be0900 2,725 1.00/1.00 vMB 55
629,221 629,221 000000000000000000019a06ea028181893583378e6015f6c66f80f90d58048f 1,614 1.00/1.00 vMB 59
629,220 629,220 0000000000000000000a9a2fb0e1bae8da52ed5e81f1b4a3af5965dd1c9d5ed3 2,698 1.00/1.00 vMB 60
629,219 629,219 0000000000000000000366b943246553dcaa5a5688c1b44d4709b8f921dd00b9 2,422 1.00/1.00 vMB 75
629,218 629,218 0000000000000000000220799e57aa73640b8493884f46f9f3edfabc5f5c5b1a 2,252 1.00/1.00 vMB 85
629,217 629,217 0000000000000000000530770abbe3f5a15f997098744876e2dc7216a96671bf 2,787 1.00/1.00 vMB 39
629,216 629,216 0000000000000000000e4b5e9fb322d27984e62df0673e7cd49558320060d5d8 1,421 1.00/1.00 vMB 63
629,215 629,215 00000000000000000000737a0f4515d42a71bb3652abce60a572c27ff2f2ca63 1,407 1.00/1.00 vMB 67
629,214 629,214 0000000000000000000abaee9e467713a33566760ce81d8aa38e25104cca2e67 1,318 1.00/1.00 vMB 91
629,213 629,213 0000000000000000000927b4a844f31e1dbb0586e6d1ddee34531efb7bc0dd70 2,527 1.00/1.00 vMB 45
629,212 629,212 0000000000000000000579c57a57f174d85399e988ca8fcdcd43e6f7fa8e2f1d 2,059 1.00/1.00 vMB 16
629,211 629,211 0000000000000000000d9cc496f5aae75804c2493e830d37867a77d34935a757 2,367 1.00/1.00 vMB 12
629,210 629,210 0000000000000000001082cfb3140f80aef3cbe4dfb5f7e7ea452e392f1208e1 2,345 1.00/1.00 vMB 51
629,209 629,209 000000000000000000052e0b8d7cbcfaea2914ca0b8315dd383e3c1a48c3365d 2,441 1.00/1.00 vMB 53
629,208 629,208 000000000000000000025547432d01e8e3638549d45ba6202980f7f61c3436f9 2,512 1.00/1.00 vMB 51
629,207 629,207 00000000000000000002921e1c0280d938bbbe9fe6d4080bc9f0363238c65e6f 2,648 1.00/1.00 vMB 96
629,206 629,206 000000000000000000015bd4cf89705fe6dafe9121d96c1bbe0df152fc213ec6 1,063 0.76/1.00 vMB 13
629,205 629,205 0000000000000000000e434107e1e603528ff639851d2cc8181f0d3f4e80cc4c 1,802 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.90 GB
    • Received: 15.63 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.