Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,600 transactions (0.97 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,361 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.97 vMB 2,600 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,360 (867,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,541 42,541 000000001a22c3ccf1d14eba7190df044f8cfd02aab3ae6b47691123886e4bf0 0.00 MB 1 0
42,540 42,540 000000001824140424f98d6a2086fa57f7de00963babe3428fbfdd0f24fce6bf 0.00 MB 1 0
42,539 42,539 000000000e9a2d2a03e4bc932a3a506d5a73416cb5280b37fd4d2327c61c37fb 0.00 MB 2 0
42,538 42,538 000000000d11fdb90c32b4e5547681e0eea8f12747af328be789de7c4c8e14c6 0.00 MB 1 0
42,537 42,537 0000000008a2a293afe9a1a5c16e7a84d3e3ffe28a5428db99968fd169ba64f4 0.00 MB 1 0
42,536 42,536 00000000107273fed34728840ea316435b2e54dceb6972c3b01fe8862fd3ce9e 0.00 MB 1 0
42,535 42,535 0000000001f745d7defeff573323e7e362e9884c599ea05356e2d61e07aed417 0.00 MB 1 0
42,534 42,534 000000001339003cde291bfd5e1f8e1fbe1d0491778b86aa4a31d32e1388bdf9 0.00 MB 1 0
42,533 42,533 00000000265a5f227f9e7c6ed35faf7da83ea47ece7af900a274be82b1fb1607 0.00 MB 1 0
42,532 42,532 0000000030c9be150a6501bd5ee69c638cdc3165945c62c6a0ec5194042b0173 0.00 MB 1 0
42,531 42,531 00000000104477c68afe6fb1a16416fc8531e7947677858a4907e541d389deff 0.00 MB 1 0
42,530 42,530 00000000203cf168cf2609d0a3ef969028926f2314a96fdd176e05d8ff7a9cd6 0.00 MB 1 0
42,529 42,529 0000000008dbf9bd894819ff8d191e37aec841c4d38a0388ceffce4880679a08 0.00 MB 1 0
42,528 42,528 0000000005297c59edf5af97ab26940266ba00c64fcb0aab7736c94bca8235a6 0.00 MB 1 0
42,527 42,527 000000000df5341d492eca456294fb1fa5486c7a5e1f648e68b2bfc7796bc9b5 0.00 MB 1 0
42,526 42,526 00000000311cebcd07bdd1a73f4a16f944176c39678082181fff04c127b518c9 0.00 MB 1 0
42,525 42,525 0000000006f92750180a381d932a6ecb508b5a93ff5a3fc1ccffdf3f8c28ec66 0.00 MB 1 0
42,524 42,524 000000000df97d846b3d900c1aed9078ac885bcc4bc1d83d45d7ac4a1c59d406 0.00 MB 1 0
42,523 42,523 000000002caee47340703cd3704290644a6b88bb3c4cd5e40770aac95c6db4e8 0.00 MB 1 0
42,522 42,522 0000000013a416cc8be5ff33e2726aba08560983dd15d9757f04fca4fae5d4a4 0.00 MB 1 0
42,521 42,521 000000000d5241ba368c4623b5f50354f62c107c174370fb70eb79008ebf41dd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,233.21 GB sent, 118.91 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.