Memory Pool Memory Pool Refreshing

1,132 transactions
0.32 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
908,007 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,006 (733,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,387 174,387 0000000000000729606aa2698f49a0578da92d0665426ae4990d0da7ae0378d8 0.01 MB 38 62
174,386 174,386 000000000000066ada2d44a91ee55f162bb8e78a3185744cfadc335e2961193e 0.00 MB 8 57
174,385 174,385 0000000000000122e34eb00c4ee66550f7b5fb65fc6ca8bb473405fe13c82e28 0.00 MB 6 23
174,384 174,384 000000000000023e67cbb702ac5d7f2ef3481a77d32487dcdf14fe8d50cb1661 0.00 MB 5 0
174,383 174,383 00000000000003a4bbb9abd21dd7626fa7be66b1cc6a5bf12d926415e3271635 0.05 MB 54 25
174,382 174,382 000000000000055f1d72a94134b6217485c717cbf7580417206bbb5693904d7a 0.02 MB 56 141
174,381 174,381 0000000000000322e6ea0251d24ec9a5b75644611575e259b9417be14037b725 0.02 MB 44 64
174,380 174,380 00000000000007c5a34e32d7e957a750f00ad54d7d27ad4f7859c51079ef1bd3 0.03 MB 84 39
174,379 174,379 00000000000008ef9248d2ad15827864805414d007bbd98c700559c2dd0aa5d0 0.00 MB 1 0
174,378 174,378 00000000000007e7ad85ff90ff4c22b4e5b72ebe4920fde2258a00e58e07ac9e 0.01 MB 29 140
174,377 174,377 00000000000002b8179c5db80f6dea0ed4a2c877c84686181eb290d942ecef1f 0.00 MB 13 31
174,376 174,376 0000000000000449ada28b046dca0ef5252592fbb22e4929be60db930a0ea6a5 0.01 MB 27 197
174,375 174,375 00000000000004f90d67a7018b554178487978c5ec1750f55e515941c8877338 0.02 MB 30 190
174,374 174,374 00000000000007454c0a280cd0dffa9dd3fbe351de0d083906e8f7c7bdfbc0aa 0.01 MB 31 298
174,373 174,373 0000000000000395f0cb10e0f5dfe0e9ca46ffb20c1866168e3654562c3c90e7 0.04 MB 84 83
174,372 174,372 00000000000001ddb433fca5c9387c2e8736d432dd122d7bf2f2c1f8084158a2 0.00 MB 1 0
174,371 174,371 0000000000000709399be50c2be44cbe7a1c1f8a935e8cc18684d07d843cc560 0.05 MB 145 106
174,370 174,370 00000000000000c3f1b7e1c6c232eed715faf6c756f59024bed7df2a605ca3c6 0.02 MB 39 65
174,369 174,369 000000000000011f92661ed5a2bc2c62a5707894ebdd6e90e1b9320db3f82517 0.02 MB 72 1
174,368 174,368 0000000000000563a8bb95f23e980e54dda2b0a2ee5f699aaf56373051bb5e17 0.03 MB 55 379
174,367 174,367 00000000000007d994596ce81e3d5baa3fceb72d839b6002653aa50cbba4dae7 0.03 MB 51 5
Previous 10 blocks ↓
Total Size: 769.56 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,649.05 GB sent, 95.72 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.