Memory Pool Memory Pool Refreshing

2,822 transactions (1.15 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,465 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (854,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,367 54,367 000000000f2eb25b2ac6efd9489fd07583d2fd2f653e8f423503cc6bca03c86e 0.00 MB 1 0
54,366 54,366 000000000a18add49c7f269dfba1edde6cd0572e18feeb5f08bb59afbfc4ad37 0.00 MB 1 0
54,365 54,365 0000000006e3b2894f088df1526ad9b44a9133997eef58c5a6e91827301cac72 0.00 MB 1 0
54,364 54,364 000000000cc0f4b1df80ad5c0e71a4988a7b8956b5e11092f89a0e682562c32f 0.00 MB 1 0
54,363 54,363 000000000ba3b496c8f1b572cadb0cbf78f22726838d42ea81fdec74568fc5df 0.00 MB 1 0
54,362 54,362 000000000031f253718904059fb27c739312f3764b5ebadce7ddc445d3e7d82b 0.00 MB 1 0
54,361 54,361 00000000118c74abd6562fe2738ea999ae59fff7a1eced34f867b89e558f62a9 0.00 MB 1 0
54,360 54,360 00000000011ea827ac18cc4c89faaf2bbe657896831cd54e5860d5db52deb702 0.00 MB 1 0
54,359 54,359 000000001561ff92a05f5212d5733c182d92ce12cab1b5ba100300b30f028182 0.00 MB 1 0
54,358 54,358 000000000793927669fad157a724fcffb39c204c16f29a50b0cd605930667748 0.00 MB 1 0
54,357 54,357 0000000013f151afd6bc5ec95beacb01337e747048cc576908e78df6d41120d3 0.00 MB 1 0
54,356 54,356 00000000033121178866f29748f68952fc77f5ba5277a7fff6d6788e0d75adff 0.00 MB 1 0
54,355 54,355 0000000014e1eff3e2b3dcdf3f9d73c4990f384ea092512d3f558c2fd739d705 0.00 MB 1 0
54,354 54,354 00000000048200e55873aaa206a9a94a694d49eb9240f511d9a90b7f0587f125 0.00 MB 1 0
54,353 54,353 00000000036e82268f3e57973033d42d582c5a70dea1f812bb55b92ef275062a 0.00 MB 1 0
54,352 54,352 000000000062497692e7cd385a2b09b2f176d41513a6bfa72649f0d2aa123d64 0.00 MB 2 0
54,351 54,351 00000000112ff48547d89808a1ccc3de24ae34f6d178d19270be5c39b24463d0 0.00 MB 1 0
54,350 54,350 000000000a292579be97cbe5d1d979c9a1b2ac7f69ac947962ae0de498a21d16 0.00 MB 1 0
54,349 54,349 00000000131d8373c74c035086c198b0f45a689bf649aabc0787e6ee33cdbdad 0.00 MB 1 0
54,348 54,348 000000000ecf9022b73155f080060417a2fb88a0055e67e216c1173af2ffd9c2 0.00 MB 1 0
54,347 54,347 000000000a6827680d1e926bca220a2b8f92ff5d46487140d50906516ed502c3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 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: 1,856.53 GB sent, 102.63 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.