Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

893 transactions (0.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,484 000000000000000000022cb30000000000000000000000000000000000000000 0.21 vMB 876 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,483 (867,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,562 42,562 00000000389375c225f6f253954686c195b6100f942d2d30969820c6398165ac 0.00 MB 1 0
42,561 42,561 000000000613a9b7d138ebff38e99b24f398e5693bc2c9cbf1a55470eec1fb5d 0.01 MB 2 0
42,560 42,560 000000002c4f382be70290c5bf02dac879a73ab3e0e6f7ececbf7858ebd14500 0.00 MB 1 0
42,559 42,559 0000000038a3da90d4bc0cb917e6f1f139423f36cd912bbd405054d87cc75fce 0.00 MB 1 0
42,558 42,558 000000002bfad50b8d145c664b4d06387e30bb830fa36efd15f8466a5155c81f 0.00 MB 1 0
42,557 42,557 000000003b23039979ae4b8d1dadba4aed750531ad638bd6a1928ef23c120772 0.00 MB 1 0
42,556 42,556 000000002bdf4c3fab2c7638ca78bbbae5205dc3084697d8c50020422cc0c09d 0.00 MB 1 0
42,555 42,555 0000000029f1e120737da494ae2cb87deedcc7c6040801cf6866567ed38a449e 0.00 MB 1 0
42,554 42,554 000000002a190377c2db2c0f23ba2cc3dd6de4799446db6d7d1f4e83a8e32ea9 0.00 MB 1 0
42,553 42,553 000000002f3de8ae41ef5c872597e19ada40e92b2652679306c6f1bceeb747e1 0.00 MB 1 0
42,552 42,552 000000001b1e4d19004946b6f3aecedbe9ce2d37e2f01b7a6ac20a86eba66790 0.00 MB 1 0
42,551 42,551 000000001a00dbb43c65c44266ee533c3b95ad541b3330d34aa97cb209c1d3a1 0.00 MB 1 0
42,550 42,550 0000000010bf9bd5a4e47ec45735b1acad26dbd580d75154a9ca15e16a7ef0ef 0.00 MB 1 0
42,549 42,549 000000002352dd598171b4c2923050676187106497cdb52b6e6be11ee5ddd100 0.00 MB 1 0
42,548 42,548 000000003e8b79c164becba77901761fe1eebb8c3394c14fd2bd4c6fe61d29f4 0.00 MB 1 0
42,547 42,547 00000000437f036970205a563d410da2a17fa866cc3580642d4f73d9430972b0 0.00 MB 1 0
42,546 42,546 000000001fcdb5b1e8885f76068ae81db628d1cc6a9ae5e89716664830101346 0.00 MB 1 0
42,545 42,545 0000000041fffe733b807a6a03d951e3651eed9143a7ccade98807104198b861 0.00 MB 1 0
42,544 42,544 0000000011469ca3186b57f0f46cb2ac74b5578f91871bdbf0142ddd30b71764 0.00 MB 1 0
42,543 42,543 0000000014ac956234e9206e136868727b3928630478fecad9fba864564f4515 0.00 MB 1 0
42,542 42,542 0000000014f2c1f76cec3027d87e86dd028e4b683f873cd34e025a234f2bc800 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 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,243.86 GB sent, 119.97 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.