Memory Pool Memory Pool Refreshing

2,694 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (615,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,380 292,380 00000000000000007f67939189d4e251addb787a7ca46a1d445fef9a81d81c2a 0.20 MB 460 54
292,379 292,379 0000000000000000aef606d8719656f66ac4bc00d4b4620e37712c600b07cacb 0.01 MB 32 141
292,378 292,378 00000000000000008a568cecd1c939aa7dcd66967050ff9bdfd03fc03f670566 0.15 MB 227 38
292,377 292,377 000000000000000091f4be1175c2bdacf0c75a8f88bbc368c7441bcf46cfb367 0.14 MB 235 37
292,376 292,376 0000000000000000a75b703fe55cedc9255181c7bca1b5ada74a1f3b2e9c23dd 0.09 MB 179 49
292,375 292,375 0000000000000000861596a06e14b821f49070a3317b8c0d40d3ee8be9aaf201 0.33 MB 674 46
292,374 292,374 0000000000000000179ffbe0110aa9540227366dac69479bef85f2ea9dd47b69 0.27 MB 397 34
292,373 292,373 000000000000000014a5c152fe08002320c432ac184b74d17cfbce3772ce3f03 0.35 MB 701 69
292,372 292,372 000000000000000093cd3f76410be33dea2e3b9ce5b70c2ea881622d601b1894 0.09 MB 134 7
292,371 292,371 00000000000000006b286479c5ada6ae8c9670651ceb9b44c7f9e5e520f998a0 0.35 MB 499 46
292,370 292,370 0000000000000000be42276bfeba7568da68948a05179c8d2c3e710b57bdd21e 0.35 MB 305 19
292,369 292,369 0000000000000000d7c2b95127a22fdbec6857829c847cf5ccd57050f933dc32 0.35 MB 938 59
292,368 292,368 000000000000000070528cc3b992b4f6f24492e3276e945b4a912bfa12c42d4b 0.72 MB 889 32
292,367 292,367 00000000000000000138e0fb3606cf718b668a68f01bc62fc8be6caf67e2181a 0.19 MB 206 27
292,366 292,366 00000000000000001e57d27fcc0b16a9fd0b6807d7482fbaca095e3f170a4cbe 0.34 MB 603 27
292,365 292,365 0000000000000000d518fcd58fd0b043a0ce7c372185572297296fc13e0ae114 0.25 MB 608 47
292,364 292,364 00000000000000008bb2499af4c0b7633ca06530a78de47bcc40809bb47338f6 0.17 MB 512 57
292,363 292,363 0000000000000000454c0be7d3c94ca6c1fcb2981a0828bee4ffda2c931450d4 0.35 MB 780 44
292,362 292,362 0000000000000000b2a62f201e2722fc0ad7f6fd05bef67d52f37479c81081e6 0.26 MB 679 50
292,361 292,361 0000000000000000b7260d34e6862b4f3a7a99a1ed6e5246c214b775667d3fe4 0.01 MB 23 52
292,360 292,360 0000000000000000a722cb07ffaa16b5fedddad16bfa67662ce0a687498c8acc 0.12 MB 293 39
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.