Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

324 transactions (0.07 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.07 vMB 310 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,255 910,255 000000000000000000011320c66f141cc974b6e0e2a42a28173b01e4323ba39f 1.72 MB 3,922 1
910,254 910,254 000000000000000000000d4187518c808bb78ab717171290314a9ea3d5801c16 1.67 MB 3,920 1
910,253 910,253 00000000000000000001400d105d7b4132b9286c04e22fb526ea566803f302d3 0.64 MB 1,211 2
910,252 910,252 00000000000000000000797b33f77a50aa8aed124fba291421f725cfa7d08b56 2.61 MB 2,872 0
910,251 910,251 00000000000000000000f862e843d5727b7ea3bffb192714eab8c02d514a374a 1.89 MB 4,800 0
910,250 910,250 00000000000000000001b859dabf8f7f101cd66163f739a87be231e47d0717a0 2.17 MB 479 1
910,249 910,249 00000000000000000001987ac4d5eafa563e8a68f8545e81d23d27a5f3185d87 2.20 MB 780 1
910,248 910,248 0000000000000000000122d81653fd6455ce188377d00cf9edaedf3956e00b7e 1.98 MB 1,582 1
910,247 910,247 000000000000000000009212c98620bafcc9cf4e89ed8553a049bf5e570afda3 1.62 MB 3,312 4
910,246 910,246 00000000000000000001d2da53d1455e59b7d8e6c00ebd5fbab85f098eb552d5 1.71 MB 3,163 3
910,245 910,245 000000000000000000013b5233719f682cac57c2af3a98fa6592c834e7f12ae2 1.97 MB 1,251 1
910,244 910,244 00000000000000000001339a30266e59514a74f9b0f89cc431e4582c5a10793d 2.02 MB 1,294 1
910,243 910,243 0000000000000000000169994238f060d5220d770be859b375bc36fd196f7d1c 2.12 MB 1,239 1
910,242 910,242 000000000000000000018c9508b95ec9eb2a3b926cf93546d96ccd1523cb89fb 1.68 MB 2,439 2
910,241 910,241 0000000000000000000154ed353d8ab2b2f488331db4f580243b5ecc42a9e78a 1.79 MB 1,577 2
910,240 910,240 00000000000000000001c32fa9624e1376d1a43693076dc17ce45d46f7e609fd 3.98 MB 24 2
910,239 910,239 000000000000000000008cb75c82bf01b49f724b33ed12eb98795a55f1617898 1.88 MB 1,371 2
910,238 910,238 00000000000000000002169a9d9109ae65eb68f0cfbac2be4aa92354551a08a8 2.03 MB 1,241 1
910,237 910,237 00000000000000000000ac77ae6331bb05bce5beb4b3c727e63ec52dc5d82c14 1.63 MB 2,726 3
910,236 910,236 0000000000000000000124f71a91845e014e5f7573ce4c7cb46880324af5ce01 1.55 MB 3,704 5
910,235 910,235 0000000000000000000142a1e7ed76e4fdb8b5a10670dd234fd324549f8c6269 1.82 MB 1,363 2
Previous 10 blocks ↓
Total Size: 774.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,255.23 GB sent, 120.98 GB received

Notes

  • This page updates every 5 seconds.
  • 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.