Memory Pool Memory Pool Refreshing

1,057 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,049 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (553,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,562 354,562 0000000000000000103bf525c33314de3b3204f1c9668e0291726ba517b6c78b 0.60 MB 1,271 28
354,561 354,561 00000000000000000066ef027792a8abf1fad731aa2b6bfde964ba6b8f01661c 0.27 MB 561 29
354,560 354,560 0000000000000000060af5d39d73798cd6d4ee2a583db9366963cbbd05aef22f 0.74 MB 1,614 30
354,559 354,559 000000000000000002f83a016d2f65a371c5dfa781cf7198861e93b2baaa0fc0 0.07 MB 130 30
354,558 354,558 00000000000000000b410c247174ca1ad7bb0c4834de12c2a88f8d454658870b 0.05 MB 100 24
354,557 354,557 000000000000000003c2fb88f3ef851208c0a8e907d65a95bb0d673847296319 0.01 MB 32 28
354,556 354,556 0000000000000000078955977bf255db7e80eba588d9a7d55ddd6a616410740d 0.03 MB 68 27
354,555 354,555 000000000000000007c7fea997948d6cd4c270ab624b4bad8c4a1066061523f1 0.07 MB 171 25
354,554 354,554 00000000000000000f451a36b3bbd4eef05cff567aea773a9cd77ab7daf64514 0.07 MB 115 22
354,553 354,553 0000000000000000015064943bac88a7b9aae1c6e91f7da70856071106f462c1 0.59 MB 1,237 27
354,552 354,552 00000000000000000dbdd3fe7e25608bdb1d47afca3af16e95b8402216d541b8 0.10 MB 238 28
354,551 354,551 0000000000000000050e61aa8ca0185db146c0351dfc3be2ef6e7b2e6511fdc6 0.30 MB 644 25
354,550 354,550 00000000000000000576779b7ecf38bf6cf8526b2f53173ea5bc669f2ac73615 0.44 MB 475 11
354,549 354,549 00000000000000000ced7bae0ef2b5c460c00cf284645cd41f86ff8e3f97a177 0.34 MB 921 39
354,548 354,548 0000000000000000119ab455e7a0206a13b561a09e75f5b6cc19da069619c1d5 0.21 MB 496 33
354,547 354,547 000000000000000009d20de2428366838cb92ee15fc96d156985d30bf108b5ec 0.09 MB 213 33
354,546 354,546 000000000000000007ec1d42f08014450b59cdcbefd5a5c10c93db654ab73074 0.71 MB 1,515 30
354,545 354,545 0000000000000000068ba6ddbbc2782e51565e357b331723aa118a79b40f621c 0.17 MB 228 21
354,544 354,544 00000000000000001193349e1be4deae29047ce91e5f4de8ab5133a418d82e41 0.42 MB 637 12
354,543 354,543 00000000000000000b068e21b55d896fcb2430cb62260b5c30580ea315f6fa44 1.00 MB 2,570 37
354,542 354,542 00000000000000000864bac3fb859e3adf8f01fae602b906b673a34579c49943 0.15 MB 375 29
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.