Memory Pool Memory Pool Refreshing

6,458 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,098 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (611,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,452 296,452 00000000000000001a4fb70ecd60b1fd6197ea0770795d2254aee2fa7d073991 0.36 MB 755 33
296,451 296,451 00000000000000006a7d9e63e096dc0dc73cc475bf033473fed02810e911cc91 0.09 MB 161 30
296,450 296,450 0000000000000000065e14c789c672210364b42dea5b5dc1007f5c446690769f 0.05 MB 66 10
296,449 296,449 000000000000000084cd98294eec3879a252c3a15a558030a2a531f1c98d3f91 0.02 MB 62 24
296,448 296,448 00000000000000002c87340016d215be48b1a88ac526b27a55c9bd95ea45371a 0.53 MB 872 36
296,447 296,447 0000000000000000359c3ae4580798da8794c53a9c58ed3c257608644ed121b2 0.03 MB 64 66
296,446 296,446 000000000000000035c234653ca43fc46a01b768218b475302bbf7e0e5cb2a37 0.02 MB 50 18
296,445 296,445 0000000000000000432faf25812d6121ad17ad9140021b2d9fd0d9c6cf9cb34a 0.81 MB 1,459 31
296,444 296,444 000000000000000079682adb41917f774331c5f08678c2544cd90c61cf782f25 0.19 MB 512 66
296,443 296,443 00000000000000003230d372927bbfbc9743d6ddb3f6b4e473ce6bb2f7627ee6 0.03 MB 50 13
296,442 296,442 000000000000000038eb5b5c3ed997c091e7396559b7e172b0b77a81887d0990 0.35 MB 653 32
296,441 296,441 000000000000000057950363d2edfcb752e971b0e052e3059ca9eda6c19b1f87 0.05 MB 128 43
296,440 296,440 0000000000000000996463ad0fd7ab33c95d57461a9140258781a92e84f0cf4b 0.50 MB 1,027 36
296,439 296,439 00000000000000008f1718ae5a466d5bc57d01e8bbf32087e21dd674cc6f367a 0.05 MB 55 16
296,438 296,438 00000000000000000eebb75c3332d5af3642fefcb685aa8c9bfef0405be982ca 0.26 MB 398 30
296,437 296,437 00000000000000006b52ad42c8a83bb4eec02e54092d5d9cc35caf162c582223 0.28 MB 467 29
296,436 296,436 0000000000000000328c414e29b9d1f5b57f7c9e4441534d8ea0f3322ef18135 0.04 MB 85 33
296,435 296,435 00000000000000001a9c7cb91101018ec6f1edfb388a382fd67ee09fc2ead653 0.05 MB 39 12
296,434 296,434 00000000000000000e44ace3e4569470b68a256991fa402c72eaccc37521d42d 0.35 MB 643 40
296,433 296,433 00000000000000008e26c9cdb23823e1126dc6ff59d2211f1650e7cfafedd927 0.35 MB 790 44
296,432 296,432 00000000000000003e1f63af379b2fc141d2c6d3796350f0a2b10a085ff40a30 0.05 MB 77 10
Previous 10 blocks ↓
Total Size: 769.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,634.38 GB sent, 93.99 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.