Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,199 transactions (0.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,005 000000000000000000022cb30000000000000000000000000000000000000000 0.51 vMB 1,182 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,004 (837,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,034 73,034 00000000000d47ab278541f2344a675b8b63f677a4bb43d65ac98d8e6b68ab88 0.00 MB 1 0
73,033 73,033 0000000000651156de95b85aabebd4c3887c83b6f4581afe5c5d3f303d568623 0.00 MB 1 0
73,032 73,032 000000000065d269b576c14235976f53ab778cbde34fb83fc626ef6668154bcd 0.00 MB 1 0
73,031 73,031 00000000003c7c4948637404370f8bca53bfb7d615081d75a633507454fa4e9b 0.00 MB 1 0
73,030 73,030 00000000003b9f20c5821daead8f5b22e47c3e0df39e0e8eb157a8bba3827a2f 0.00 MB 1 0
73,029 73,029 000000000008428a5e4df8a8c4906e428e0022e8703a71f165db8fc0ab759a78 0.00 MB 1 0
73,028 73,028 000000000000d739007c7c6bfcbcbf3ffc97f8613bd94445efc319429e53f106 0.00 MB 3 0
73,027 73,027 00000000000991729501a66fa3e74cf4cbf0454945398f51ff3e2027440fed4b 0.00 MB 1 0
73,026 73,026 00000000009f1d5203f1a46afd8e04a86bd23a82044115789f0420081c97afb1 0.00 MB 1 0
73,025 73,025 00000000002129ff8f60e9709f00bb6b57189f56070ca6f3ab63abe6943f2eed 0.00 MB 4 0
73,024 73,024 000000000039a0b22f02110cf156c8155c57cecd85908c037e14162e83a2bf62 0.00 MB 2 0
73,023 73,023 00000000004268d5c9367b8f392f9d2f74f05c54db4a63d8fd5fc9e835f52875 0.01 MB 4 0
73,022 73,022 000000000048332afd0dce6ab8c3aaa54567ada958ac8262a7591124cfa57b4c 0.00 MB 1 0
73,021 73,021 00000000009849591c7508148a35690dafd97498614957a832902eecb0e3ef92 0.00 MB 3 0
73,020 73,020 00000000000f3013afbf16de4c8a14185dbe494226b9b2dcd3e89c3dbf4475a1 0.00 MB 3 0
73,019 73,019 00000000008e2511c296f9e5b5f2354c89878ecc1b02cb5440d966163b469cd3 0.00 MB 7 0
73,018 73,018 00000000005087274ef52cc8381932d32741edb6fe458fe0217900f513e615ba 0.00 MB 2 0
73,017 73,017 0000000000964a013b8fa96ee111e12241af544271211a608d63dfd779ed12d7 0.00 MB 1 0
73,016 73,016 00000000000cba3beffe3971f7227f4a02de7558eca45ac3f19a1d206b4df8d2 0.00 MB 1 0
73,015 73,015 00000000008b033be7dff56cff5db9703385c28d566d5dfd42f48c3dc68126a8 0.00 MB 1 0
73,014 73,014 000000000012b595cd128bf76b6fec8cb427948681cce1eea53d223315cf95a8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.25 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,359.94 GB sent, 124.95 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.