Memory Pool Memory Pool Refreshing

7,124 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,773 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (845,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,370 63,370 0000000003246407e889e3e595d94b453e5523d995d68ec323934fef553be86c 0.00 MB 1 0
63,369 63,369 0000000002c048adfcb1b5587d5d72c3b855d184312ad30fb760d4f29cb68f96 0.00 MB 2 0
63,368 63,368 0000000000a0e91aafa779afbef96e59e59066500268d475ed8b1be36b7272e4 0.00 MB 2 0
63,367 63,367 000000000428960911a09788aadc594bcd7de39305063962b434571cc3cd073f 0.00 MB 3 0
63,366 63,366 00000000093f188211e650ff2732cbaaf1795c6c5a0606d4097247c7da58739c 0.00 MB 1 0
63,365 63,365 000000000ce5f84a1a6f9157437d9aa0c6d4b09da5a0f9016657a4f32a2129dc 0.00 MB 1 0
63,364 63,364 0000000009e79106687388c32bb95dfb7e16aeadf6623b0f6e1385e90174b443 0.00 MB 1 0
63,363 63,363 0000000008ded08f88354f71141a641387ec59c7443d89966e0a6719ea9b2242 0.00 MB 2 0
63,362 63,362 0000000009bc01f7c5c5e6502cdffd748d51d47f57e1a795decf96eec0b3b355 0.00 MB 1 0
63,361 63,361 000000000b14e788d524dabfa049cd075348dddcaf5207dc3c2602c4e61ef7ca 0.00 MB 1 0
63,360 63,360 00000000069a0d8e19e369742c55849e258d63c4e023fbc304c599b3c6bb94d3 0.00 MB 2 0
63,359 63,359 0000000006c322ac1833ed9595fa28d625b29c16b35a76c0b8bf102453e09373 0.00 MB 1 0
63,358 63,358 00000000039460e8a89dc9ea10006ffe51b8917f40c2d8d94aa45006882e431f 0.00 MB 1 0
63,357 63,357 000000000affd842df51edac645908ca247fa221485caf4d8e47ff38086548e5 0.00 MB 1 0
63,356 63,356 000000000b4bf9b754ba07db12fe64af0c3dcf7cee4af9697248b249cb8b793f 0.00 MB 1 0
63,355 63,355 000000000a09b985faf43421f7418fb5343726efbc5d9b75adc530cdd342a991 0.00 MB 1 0
63,354 63,354 0000000003793443b1f58ffde7117e95cd0990f614400cc032fe4245b39e55cb 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.78 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,848.91 GB sent, 100.90 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.