Loading Tool

Explorer IconExplorer

Memory Pool

1,738 transactions (0.52 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.89/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,315 000000000000000000022b910000000000000000000000000000000000000000 1,733 0.01949956 BTC 0.52 vMB 2.20
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,314 (857,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,456 54,456 0000000010cf54b5d4754eb2afbd635d91d3e9c3a5d36be56851f3eb98d864c4 0.00 MB 1 0
54,455 54,455 000000000c8688b491a8b568b306c2076d07a37b742ebf771e029c5ef9d7a73c 0.00 MB 2 0
54,454 54,454 000000000e129a2bbdee50b7c2faf098aee7628aa0bc0b00a2e5d63b2f3f75f8 0.00 MB 2 0
54,453 54,453 0000000000ec740105f78c00c49a67e284f9712f4eeb56d35651ebc3f80d6596 0.00 MB 1 0
54,452 54,452 000000000e4f128805eec90ecfdf5226092fc0cd3edece7518e2fd9cc9d71ccb 0.00 MB 3 0
54,451 54,451 00000000042d327fb0a5c18bd84debf0ac90ff39c914072cc27762cad3dca745 0.00 MB 1 0
54,450 54,450 00000000128242be92eb61d8e59a581ff1ac3f996a666b99190ca262a2f6c5de 0.00 MB 1 0
54,449 54,449 000000000ef78f325d52146389322c98bb42eeb6cb6d65610657f7d9af9572cf 0.00 MB 1 0
54,448 54,448 0000000000273272a84a001dd8fb53d78dc403351a83e8c8ac38a1eff35f43af 0.00 MB 1 0
54,447 54,447 0000000012da82433d3e67df834a638d599d03688d95d4a3935f63b6ed3dfab6 0.00 MB 1 0
54,446 54,446 000000000bff0d8ba8d40a2792ea010a4e3a2d43a08572d11ec20b58f36f8095 0.00 MB 1 0
54,445 54,445 0000000003f575ed19dfb931e827701c11864e8f3b558959a0cd3fedb73878b4 0.00 MB 1 0
54,444 54,444 00000000118402fafc4479d3f9ba0620414bc0b1047b582f86f88fc7eafb1665 0.00 MB 1 0
54,443 54,443 0000000007ba795c053da22b73e1f1f0d0ad6ce27decf55f0fd73a7759df1d2b 0.00 MB 1 0
54,442 54,442 000000000f5873c9afa2c383aa3a9a165100eb1d125318d4ba0c6ff3c4b711b9 0.00 MB 1 0
54,441 54,441 00000000059a580a7585590e92222d12718e377f3ea627da1b4b3f424d4acd03 0.00 MB 1 0
54,440 54,440 0000000001ff4cb9862fb46a7ee4e6f9b6b26ac28b542ef95a183a06b4a52180 0.00 MB 1 0
54,439 54,439 000000000d4937276f89a9b62256845654917f003590db6efe6b017b73fddddf 0.00 MB 1 0
54,438 54,438 0000000010d46aed6c7272f2bdbf60b4f5961147c29268e12f0fd15e70113a59 0.00 MB 1 0
54,437 54,437 000000000a130919c25545408bfb99b00fd9c505e8ce736889b267e67f617584 0.00 MB 1 0
54,436 54,436 000000000c708fcc220f4e8c255b3238da972df1b9ec8fe62b3a0ed13b034fa2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.80 GB
    • Received: 136.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.