Memory Pool Memory Pool Refreshing

1,821 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,623 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,821 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,622 (845,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,353 63,353 0000000006352549343be18b558c24867bd5497f2bdc123bd183b5706e8a5758 0.00 MB 2 0
63,352 63,352 0000000002fa0801697191cf1d48c8b1304f5fc85bbc9232bf19b3176d72c233 0.00 MB 1 0
63,351 63,351 00000000075d1eb7b56b5c18355bd5d83b51f32d94ccb2bc13f70153de91f921 0.00 MB 1 0
63,350 63,350 0000000007f4b5cac11b2c845ffc6194f7bf8d44e46f2544b371a3993d605aab 0.00 MB 1 0
63,349 63,349 000000000b156fc73d85e1ed3586b755b294a8376364f9afc1bd1a320a55eb26 0.00 MB 1 0
63,348 63,348 0000000005b0de5ad7b02c74314cf916095f0227148eb0885fdd6a2736b762ba 0.00 MB 2 0
63,347 63,347 00000000017a7dbbc9c7da2c7966f836f98745b23e91951539f3bc6665fe27ce 0.00 MB 1 0
63,346 63,346 000000000a8b602c6e5e8ef3b4406e3ca3a68800a8617e368d3eac481ea74995 0.00 MB 1 0
63,345 63,345 000000000318d62e84fa895f2bd7153f7658f4bdef49844101281db304cebdc2 0.00 MB 1 0
63,344 63,344 000000000729e504b6ddac757bfa8f2e366bebff264d4bf9ccaaeec938baa921 0.00 MB 1 0
63,343 63,343 00000000042c57ca4003646de88e701fb5b7062b0027664fe57701a4537ed320 0.00 MB 1 0
63,342 63,342 00000000011e28dc58decc3d1942e97854b7fc22b099333e99cc43b938f9a5b8 0.00 MB 1 0
63,341 63,341 0000000005b3eb75fbe95e2c325d2afa3bb7ba4bed5fbc9ec09704c593946146 0.00 MB 1 0
63,340 63,340 00000000052dc687866491959810c49a54065dcd54d22ef3d42510262435ca59 0.00 MB 1 0
63,339 63,339 0000000001c76bfdbdffc04cec68aad9f288526d0a281197d85f2ca86f521d4b 0.00 MB 1 0
63,338 63,338 000000000bc07d4729e34c0ff4d23162a73db68c5240ae336164ac72b6e43411 0.00 MB 2 0
63,337 63,337 0000000007ef1d4eeb3787f012a83ff26c21be19db75b443eab22e4f6af43686 0.00 MB 1 0
63,336 63,336 000000000ba4e2ca74d1305ac4f2b8a8abb6b095c3b4ad3995405420f1e64fe7 0.00 MB 1 0
63,335 63,335 000000000af51e64a9d63275b4da0fc2cdfa75334d8abfc3dee3268347c5ce86 0.00 MB 1 0
63,334 63,334 0000000003e7b77f1f4e270a0a70d064ea73232ab53b4924e6dc7a2d3a55d44e 0.00 MB 1 0
63,333 63,333 00000000014a6f29145a6e8449bfb6f5bd5e95e1e433d1db39187972c2a05963 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.18 GB sent, 101.20 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.