Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,913 transactions (2.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,243 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,421 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,242 (880,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,899 30,899 000000006ecd5e77563cdde1350a213522040491a28c5e9885a6bae943d53b36 0.00 MB 1 0
30,898 30,898 00000000cf6fe56cb9f63cec0dfd57fb36f46cc5523c36bebaa82901b6b454dc 0.00 MB 1 0
30,897 30,897 00000000eee3b3952f5880e713ddab20a62365fa0c3d25105f1ef4342b9f72e5 0.00 MB 1 0
30,896 30,896 0000000053f642942f91598e6c8f73f88e9e37821a1e7d761b9d4360f3011e2b 0.00 MB 1 0
30,895 30,895 000000009c1ce5783e85f74834e0207f819f2a8c167925c115a82fb707f3536d 0.00 MB 1 0
30,894 30,894 00000000559133e802fbd85cf73a2fdb542659aa4a4e46ddc11fccd789c4c480 0.00 MB 1 0
30,893 30,893 00000000fdb09fc11dd42cc32ffbe0f2920a5a27ade1f2a69094a18709267d2a 0.00 MB 1 0
30,892 30,892 0000000085552b191cdcfd1f234d5b1841bd6b320fb654c791446c8e94014c0a 0.00 MB 1 0
30,891 30,891 000000005f392eb1b6de2cd6121e440e0f2b712bfb9c07ca78deefa25fc042a0 0.00 MB 1 0
30,890 30,890 00000000baaee55ec76f1d12febca7cf82bb7a52d4d2b4f4540aca52da9a4027 0.00 MB 1 0
30,889 30,889 000000004037cf23a2feb755125f73d26e47f53a4e119653b18f6ff01579f347 0.00 MB 1 0
30,888 30,888 00000000c0d00db30ba101ec14c8a97ca7a428094c79754f1fdf65284fb9530e 0.00 MB 1 0
30,887 30,887 0000000043b51773e76ba6bc196a2c648ff02d39ee930a7e85f3c90cb19c43b8 0.00 MB 1 0
30,886 30,886 0000000031d7b637a2d01223d8dd2f5e789ffbecdb26675ca26f3b61e84a9047 0.00 MB 1 0
30,885 30,885 00000000e3220fe46514bc2b79ce82776c0f2c3b58f5e13792bb619dcc7846af 0.00 MB 1 0
30,884 30,884 000000005044be716a689cb5cf65907c6e2769098aaf5db195e68811701c8847 0.00 MB 1 0
30,883 30,883 00000000c538b4662b1a17c0989d79654bec659bd9f7be0d75040dbd813da32b 0.00 MB 1 0
30,882 30,882 00000000108dbe8d6835d5ccec4681b01ed354d35d3f5492943e23bf72409fdb 0.00 MB 1 0
30,881 30,881 000000003521d629f0fa4e3609a0bdb4ca3f89bb1159c437705b772e34b812d9 0.00 MB 1 0
30,880 30,880 00000000481041b5bd401da8c97be0745bc8d3e5a3fbab91ccf01b0138641bfa 0.00 MB 1 0
30,879 30,879 000000005a67820dd0dd1e4d9417b8c26fab85c75e387667d578836db069b040 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.69 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,382.60 GB sent, 127.35 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.