Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,244 transactions (0.42 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
910,705 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 1,241 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,704 (886,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,669 24,669 00000000b694043f708bb5e94a83941360cfbd55dbfa93fba3c84a4ac7830477 0.00 MB 1 0
24,668 24,668 00000000437bea707ea7a6dbf59003e555d67daed761222f704d30591173de52 0.00 MB 1 0
24,667 24,667 00000000544de3c0fcd734d8d5d2e31aeda9653003142ee907038f4b42b38361 0.00 MB 1 0
24,666 24,666 0000000039a9eda6d84d3fc2c4afac15bf6eeb7feec38476e77ca4f75a2c5a0d 0.00 MB 1 0
24,665 24,665 000000003ea29e917da9e93d65aab8c57146533a6ea66421a0e54ae236e4243e 0.00 MB 1 0
24,664 24,664 00000000c5e5a914c199e03e35973ce166bfd3c09580ad1e4c2bd769e469231d 0.00 MB 1 0
24,663 24,663 000000006f82b19fce13eb6da8cacad22659678a4fed9108211878a719be0bc9 0.00 MB 1 0
24,662 24,662 0000000036a2d0e180ccf9f25b06ceffa875dcf2efd16d5e0c352e39d3be2e9e 0.00 MB 1 0
24,661 24,661 000000003a60f36329c1fc0dbcd5c40a629b1a5cc23293e80b2f60714f1c5d02 0.00 MB 1 0
24,660 24,660 00000000a09e54c6a03f36c20bfadac005c6590c1e8e3605830b34797b6632b6 0.00 MB 1 0
24,659 24,659 000000001562f8819926b9e992e95938f0efb48a63322608b336cb0880358614 0.00 MB 1 0
24,658 24,658 000000007d87bef8db54c81a31944725bf904301a1ebf946c6fc6f04f190ee13 0.00 MB 1 0
24,657 24,657 0000000077de8317ad3672adcb495839d4b8a09ed3f8068ce45102e12a1c5b10 0.00 MB 1 0
24,656 24,656 0000000073c6b6be975ec792c4d4388e4c726f1abbdebb65533748877b3ec7fd 0.00 MB 1 0
24,655 24,655 0000000046705c867b8455e2ea9cbfb34f4c98998b208c0599b2d2460b6f27a3 0.00 MB 1 0
24,654 24,654 00000000a09187de1d328c655711be63f1c5bacd9b98b58e97b2d8811eb2454f 0.00 MB 1 0
24,653 24,653 000000008b52ba866a6a090d2ee5523ed1a490fd80a79ed6bae9be26d599d163 0.00 MB 1 0
24,652 24,652 000000007cc204b821df271baa3c6a8389d0f1a53defa2e6003bf80383065650 0.00 MB 1 0
24,651 24,651 00000000fc1edc0f4080dd1a83e835b8bb1da7d3ceaa18b241dfd33b1b985702 0.00 MB 1 0
24,650 24,650 00000000c4770140ea91bdb5bf8f11517bdfca2128e50fc3f101dfe161bfbad9 0.00 MB 1 0
24,649 24,649 000000009fab2dc1aa67bb6c4f168f0cb1adc94423304a9cac8c464df1e3e2ce 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 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,291.23 GB sent, 122.03 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.