Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,792 transactions (0.65 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
909,664 000000000000000000022cb30000000000000000000000000000000000000000 0.64 vMB 1,781 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,663 (894,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,381 15,381 00000000ac57dca93b6eddf4ef9302be09c22578270841512862a938b5c6bed6 0.00 MB 1 0
15,380 15,380 00000000ef04e57f827e530e08ba0e745fb9a6ec7546f47dbdc400f4c48b3a44 0.00 MB 1 0
15,379 15,379 000000007e186c3c11d54ddf358aa78b5a6a7eb2ffc1030a54df6c9cf6c18958 0.00 MB 1 0
15,378 15,378 00000000bd7c47f51935f11a75a7fe1e0ad45fe9c07a6e28c0ce365a33c63032 0.00 MB 1 0
15,377 15,377 000000003144d3341f4a16ffb3c191903198cd12694e915fc7490ed50618086b 0.00 MB 1 0
15,376 15,376 00000000ff253d17e7dfa542e7fd579d6933af888702431449aa678db85634ad 0.00 MB 1 0
15,375 15,375 0000000028b8b1cbc5d1f2e34c44b190504d2f8ef89b7dca54fa3f4a3e42a0b4 0.00 MB 1 0
15,374 15,374 00000000c72a21b831473b469cea682f547e633e4e63c80f99994e4adef913ae 0.00 MB 1 0
15,373 15,373 00000000b07e26e383414491eb09fb041734bc58b91f048b4b7df8574a8275a0 0.00 MB 1 0
15,372 15,372 00000000ff5341b21ca2abff283f5d1ade11f58186ece72030143bd541198886 0.00 MB 1 0
15,371 15,371 00000000aa48ffefbfff5542b28c8cf609299821ba05f9784cde3db8aed4e941 0.00 MB 1 0
15,370 15,370 000000002a724a0d3748312a6699698dfa32392feaa5542e07881ea91a9d9676 0.00 MB 1 0
15,369 15,369 00000000342b20574ed6b08d38c2a44c44513dc4ed75167e9ab7e073b94b3a52 0.00 MB 1 0
15,368 15,368 00000000803eef1ab35307b3d8725999421cbc661deb1f812a6bc98a3a8c0c02 0.00 MB 1 0
15,367 15,367 00000000a514fc2adf0029bc81add3d3282f71c7c72a28b79c168c18368df22e 0.00 MB 1 0
15,366 15,366 0000000050d4f9e6b2d7149575842aa310c0bfb70e4c0103e7e6fbb3efcdea9a 0.00 MB 1 0
15,365 15,365 0000000072cb3db6241da9291a0d8b35b589dea746ae6b9910d353a01a40c40a 0.00 MB 1 0
15,364 15,364 00000000b7184b7269e06ebc5945d017e8323d5bf907d11642263f366576513a 0.00 MB 1 0
15,363 15,363 00000000963059c3d0023206f59d00bc25eca2808b59974c187e3005f15a3263 0.00 MB 1 0
15,362 15,362 000000002d469ae74c530d5e7936a58eaec6b423a27a6195511d0fc72a72107e 0.00 MB 1 0
15,361 15,361 00000000ae352c5f6fc071e56b012dacf2ab75dbc7b848b5a56ff19237ba1c6e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,133.94 GB sent, 112.24 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.