Memory Pool Memory Pool Refreshing

1,461 transactions
25.07 vMB
Show Random Selection Loading Transactions
Max Size: 101/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,310 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,193 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (903,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,073 5,073 0000000094d00a8dc325dc3b80fa5202b16aebed27937d2156988d33ed5b6200 0.00 MB 1 0
5,072 5,072 00000000e115bbb163c16a2fd94ee533dea3e31256d841d8f6c6c3b6709f1c1e 0.00 MB 1 0
5,071 5,071 0000000062efff3d5ad81e54b42db0478ebbdcfcdd146287bbd7c1277d565a83 0.00 MB 1 0
5,070 5,070 00000000fab16c47b86ce9a6759599c3de955da28fe4b178d23f2d1d3ffb6ad9 0.00 MB 1 0
5,069 5,069 00000000704c45aa59a87ce579103125a28dd20808619ff0ab1b52e5a0c16fd2 0.00 MB 1 0
5,068 5,068 000000008be92518a8fb1528c37028919b3762b2688940e53949b4045c611b16 0.00 MB 1 0
5,067 5,067 000000008f7ac80ee13ac9e28b8fa60798bfec869d96836fcee6777783dab281 0.00 MB 1 0
5,066 5,066 00000000db624c94fc84a57293dcb2d64c2b9c3581aee2b6d2c99a9b0b43cccd 0.00 MB 1 0
5,065 5,065 00000000e73bb66186646ccbdaa1a8348846b14e9bdb1a1bcfc5c1a5a1bf875d 0.00 MB 1 0
5,064 5,064 000000006e7289e97a4e7328ad4d23d5d2d3e301a2bf5ffe01867d7578cb3f8a 0.00 MB 1 0
5,063 5,063 0000000096c0d938872c42fbfcb01d44f76535701e4c354d5c3f7345b004e3f6 0.00 MB 1 0
5,062 5,062 0000000098e574e8c06d4c1748cb547be98c6b725e642efab628f8b0601a7017 0.00 MB 1 0
5,061 5,061 00000000392b1048b2297c6fcf31d2f0e1cdb3794a64594a136a2019a668be2d 0.00 MB 1 0
5,060 5,060 000000007abf4c8c2a728e434a329be762197f8b4ee3b6032de990d9e98786c0 0.00 MB 1 0
5,059 5,059 0000000004fdca0b00bdc8845d9bddfe8086a916cc1968e9b5728299e623bfba 0.00 MB 1 0
5,058 5,058 00000000b3a1512e402bcfa350c42147e08aa8d6450699015bbd69e76f99a8ae 0.00 MB 1 0
5,057 5,057 00000000fe93604e9dd2edd781e444655366e3cb7ddc64ce5fef2b26ffa96cc6 0.00 MB 1 0
5,056 5,056 000000004e662fff04b3ce1c3674050ebd8d26b8578e2bca1cdccc83643eaea2 0.00 MB 1 0
5,055 5,055 00000000292db442edb4c46e17ad0186342484220b51d0d21b58b2991001f83f 0.00 MB 1 0
5,054 5,054 000000003c44a7c633f9002885a277e35a397c792487e3954d634133ad070e4d 0.00 MB 1 0
5,053 5,053 0000000058396950e7ca643635a5ffa98f37a3548b1a3ad0db1f7864e3221649 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.87 GB sent, 98.58 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.