Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

736 transactions (0.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,602 (340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,262 910,262 0000000000000000000212abe42fb46748d21d5d0c9411e0855ba24d368b045d 1.90 MB 2,617 3
910,261 910,261 00000000000000000001bb1e9ebad64a094da834432156d9f456ef20ae9e7fc8 1.58 MB 2,861 2
910,260 910,260 00000000000000000000e7951b5e9e9cac28c1254bb399bcc13d25bf47b08146 1.87 MB 4,096 1
910,259 910,259 000000000000000000016953efd4f62e6b5cbfc81230d008af578fe1fca6cbd2 1.78 MB 4,007 0
910,258 910,258 00000000000000000001c14f66573a0410809b0fcf168c4fdc3d3fb8975907c4 1.59 MB 3,008 2
910,257 910,257 0000000000000000000036c077bd15d7cb202fd1b49dda04ba8d25389b501192 2.39 MB 2,890 0
910,256 910,256 000000000000000000005ae731100d3e6c02d41e3b14e0278f21daf8ed407169 2.39 MB 3,369 0
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
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.