Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,868 transactions (2.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,746 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,910 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,745 (868,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,088 42,088 000000000616086662027cdc40f15ef8b3bebc218db761c0ed048b88164a9e2c 0.00 MB 1 0
42,087 42,087 000000000243d2051807588b7b352a5c40be9e179ed11cadbfd23be93eb1c800 0.00 MB 1 0
42,086 42,086 0000000009f503b87af08eedb46c9d96e32658bc99b124e69b326d0d4bf0e606 0.00 MB 1 0
42,085 42,085 000000001b3f98fdbed845eda3ec769e472fcb99b0475537687a23d9131c5066 0.00 MB 1 0
42,084 42,084 0000000017f8bc41394745f490029ce09a4545996512e0f95743a1c2a1763bb0 0.00 MB 1 0
42,083 42,083 00000000087de4727eb84b1558a2f0936eff5c54b9f4e158d3e95ff53a2a5c79 0.00 MB 1 0
42,082 42,082 000000002571b7888597afa87c74f71d996658380cf82f0009c6ea2d7920056a 0.00 MB 1 0
42,081 42,081 00000000041a46b0eeddf1d91de34ca1b9fde1c2587f6d7c94127450d860659d 0.00 MB 1 0
42,080 42,080 0000000025ca98ed61b66d9ffd0707af8b52598dd3ae5a0838d7bd2e815c35f5 0.00 MB 2 0
42,079 42,079 0000000014a8fcb926908e6837022dd3d66dc78f865e2b0ceaf737fd7eaea936 0.00 MB 1 0
42,078 42,078 000000004fa648419de0c4d630989e0f7b16d3c4732dbc5b1c2a7ae5b984daba 0.00 MB 1 0
42,077 42,077 0000000021552a6bef120b4a72bdac54dcf939b331ba0bc512e2d4ae9f7e8279 0.00 MB 1 0
42,076 42,076 0000000007b4bb0d810672c91795221005c1b8f201fde8539fb204f8dafbc049 0.00 MB 1 0
42,075 42,075 000000004af15cb7854b68d66a5cd87157994b7fda9d72ffbba0f801f54fadc1 0.00 MB 1 0
42,074 42,074 00000000323fd2eb2ac0abc1f8481b3837add042707fd8dc3e980c22a319e293 0.00 MB 1 0
42,073 42,073 0000000005dfe9bf436600b0643985b95d49c7117fc2a9e01590ad86b3260e24 0.00 MB 1 0
42,072 42,072 0000000019d52d8e23357fa7cee50c7f5c176a333b7c1b666f9c628fd60ce695 0.00 MB 1 0
42,071 42,071 0000000045462a4cf129e894ba24d71a34a24fdc2a231a2c210fd21f0cd215ad 0.00 MB 1 0
42,070 42,070 0000000002605d8578f4a7642186a68cf70c6c4f6dd6859e31cde31fe506b556 0.00 MB 1 0
42,069 42,069 0000000041e9f667a61dbda043a0ff9e4a55bc3b92eb8bc06888e7f12ae3be96 0.00 MB 1 0
42,068 42,068 000000000385513f0d2a534ec07de0c3687c864007830c0d88fde0d4670c384e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.76 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,293.45 GB sent, 122.42 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.