Memory Pool Memory Pool Refreshing

18,059 transactions (6.48 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,894 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,426 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,893 (824,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,446 84,446 00000000000c6c08f5b4d9dd90ce220bbee8aa9152da0678aaf4bfb68b9494e4 0.00 MB 1 0
84,445 84,445 0000000000270ec113f8638d0b2d5884fee30e76b403c599ce54876932e567f1 0.00 MB 1 0
84,444 84,444 00000000002d52063c0dfd7d6ce6129e632c7ab567414c3b40a9f37dd6b7bb11 0.00 MB 1 0
84,443 84,443 000000000022139e913f72746c4ebd839ff4c4dfd0b19e9305c8e57b342e71e9 0.00 MB 4 0
84,442 84,442 00000000001fe06369bf979a7e3394756de1b7a68b970e0e94ba5ab351b7375b 0.00 MB 5 0
84,441 84,441 000000000007e82495ac217a9deb08e7d12bee69697f796950b62450ec49c2ce 0.00 MB 1 0
84,440 84,440 000000000027224018aaaf62eb76aae4cf62435a8875081c5fa9fc82e34773da 0.00 MB 3 0
84,439 84,439 0000000000304831ea0173731c77df708642e56871405d71a4f62332d5bbfcd2 0.00 MB 1 0
84,438 84,438 00000000002a208e5bb16d6a6a1dcce88457dab57dba687cd3bc13d7c0338441 0.00 MB 5 0
84,437 84,437 00000000000856bba556efb3e9bbd46557a04dcc2a4961ef3c46a838064b0268 0.00 MB 2 0
84,436 84,436 0000000000201ce79a8c96a676efa1be7d12a6aee8d138f6c36c5c00d1eb5c0a 0.00 MB 2 0
84,435 84,435 000000000017c219bc4b26da5e4ac00c7fb3e8c113c811b84221ba203e8f4510 0.00 MB 3 0
84,434 84,434 0000000000017ae1f1a0f385aa1d61685982a7ef737f68105b6c27aa555542d3 0.00 MB 1 0
84,433 84,433 000000000026c7d48519e9d023a1f87491acdb951470e15c9c772620df90a86d 0.00 MB 1 0
84,432 84,432 0000000000134bd69df4cf7695ced71fabf81c31d31add914e0af8bd7fe01efa 0.00 MB 2 0
84,431 84,431 00000000001801aa59bc05dd9b0336bfbb8a12ce066c469db35d5497b98a783e 0.00 MB 1 0
84,430 84,430 00000000001d5d24d7a0ea98480960980b7dfad90bf23482c23c4d03f7c0662f 0.00 MB 2 0
84,429 84,429 00000000000b5fbd5a036cf9289249c5f506af08ba0d550805609abfd2b0145c 0.00 MB 2 0
84,428 84,428 000000000011e26b0733d769189113f015ba522a7796d23e06fd689097f6f26b 0.00 MB 1 0
84,427 84,427 00000000002aeefb2c7236594ce335fe0095be5fa6dcd977541030e77e59e856 0.00 MB 2 0
84,426 84,426 0000000000110fbcd3f46cf482e9440a322de2a180515d33e014beb52c553e88 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 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,863.43 GB sent, 104.03 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.