Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,085 transactions (0.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,005 000000000000000000022b910000000000000000000000000000000000000000 0.28 vMB 1,082 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,004 (854,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,511 57,511 0000000005a50de9849d55c3b8e0f1a5f0170e3ee39526005224059f2771343c 0.00 MB 1 0
57,510 57,510 0000000009d1fd4f92cc72eef2917baaece1f808d32560cc06799e078d8d960f 0.00 MB 1 0
57,509 57,509 0000000001e5a76394024e235c3d331577f7d2204117b1dc1e07b0ac14d62b3e 0.00 MB 1 0
57,508 57,508 00000000155bf9b001ab1cfb976702e8e700c337a5c424bd1b25f263d8bfb1fd 0.00 MB 1 0
57,507 57,507 0000000005ba207560db2722d27c9a34f287448a97500b20e919f359881b9587 0.00 MB 2 0
57,506 57,506 000000000a90e4401e17fe535491d3b043da3cf8845f67f6c356dad0711e16b1 0.00 MB 1 0
57,505 57,505 0000000002d96d0f006fe8e3269fea4791d9195d314b4fe6a55a588862ea9070 0.00 MB 1 0
57,504 57,504 0000000001ba2d320101b6f5a359c61a1d0728e148dc7f5026bbd16c713e2c8e 0.00 MB 1 0
57,503 57,503 0000000005334dbb4cf879e2011aca3ba5ca38d10970e3f08eb600e0dcded10f 0.00 MB 1 0
57,502 57,502 0000000001c61841dd6ae105bcd622662fcd9da15dae94b508c3c99f87e2f510 0.00 MB 1 0
57,501 57,501 00000000055e0bffa56ef75611537ba24848a5431e87758eae93deabd265d1ef 0.00 MB 1 0
57,500 57,500 00000000111610a60130d221414d1d4fba26f2043ac04d032f0160659e0e532a 0.00 MB 1 0
57,499 57,499 00000000075d97e3dea09c3ba668fbcc3d43be39425b307435213ddac98042a1 0.00 MB 1 0
57,498 57,498 0000000008c7ac7052301b8c2169ea285989273e2a5c7702d0e9b52449480f45 0.00 MB 1 0
57,497 57,497 00000000087451d5a99505f8c966faf1af0753f937d8d5a32ce761bd29e6914a 0.00 MB 1 0
57,496 57,496 000000000b5a4ebdda423116c75c6715799da05a2065d54afca7b770271cefa1 0.00 MB 1 0
57,495 57,495 0000000003eda7203c0bc9351864a117e9f955d1c517c9534a6c5f482cf884aa 0.00 MB 1 0
57,494 57,494 000000000d259150e3d83529d8c6384ea41cd0577ea2ca7f0f8985381255e36c 0.00 MB 1 0
57,493 57,493 000000001300d76ef9843018d5ee15306c886bab132bb26e81210db6cbb1d540 0.00 MB 1 0
57,492 57,492 0000000002ed850bee679dad486c055271e96d70e16031a40fe76e1a50347ff7 0.00 MB 1 0
57,491 57,491 00000000069abbd6c20232f4035f7e30f0a5359ada7f19d775dd7581a7297f11 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 777.10 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,509.14 GB sent, 133.93 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.