Memory Pool Memory Pool Refreshing

1,670 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,643 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (297,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
610,502 610,502 0000000000000000000434ed759e59ab517c36e1170e843cd8729d635ad1e67a 1.39 MB 2,048 46
610,501 610,501 0000000000000000000d2e2e10d607215877b3003e405b16bba7cab394d2b85a 1.35 MB 3,424 13
610,500 610,500 00000000000000000013da6106c2f17232b287ebc36fb91473ad93f97e3192e3 1.34 MB 2,513 9
610,499 610,499 0000000000000000000d09688aa0505f8a2dba985f530c2b997494c39cab83b2 1.27 MB 2,791 19
610,498 610,498 0000000000000000000859c786c1f9470239b06b8b41632157be08fc823ddb0b 1.24 MB 2,734 18
610,497 610,497 00000000000000000006aed6e2c30d2f7dde2bb6961edf2aad655983fb2950ff 0.84 MB 1,935 13
610,496 610,496 000000000000000000001128f8c5cfc2591a3c3c10c65a495ccc059a7b05255a 0.15 MB 388 12
610,495 610,495 000000000000000000042ac992bc74d64ef9f7ba0366013403cc713577ae4538 0.23 MB 385 14
610,494 610,494 00000000000000000007d5a711af3c9f82546992289ff462db81e30a208def7d 0.86 MB 1,789 11
610,493 610,493 000000000000000000115f7ff1854232fc9997e5f7b3c1e74cbcc408544884c9 0.40 MB 962 10
610,492 610,492 0000000000000000001167e20e0a1c803b653283f8d594d107060dc8f390571a 0.35 MB 706 11
610,491 610,491 0000000000000000000f4065549648b7bb3ae5ed96055ba8b1c6944485b40a34 0.40 MB 759 10
610,490 610,490 00000000000000000012140c71e14d66a77f90f184351b573de9c463d07ed0a5 0.08 MB 110 20
610,489 610,489 00000000000000000014d0a2a42541d614fc83005bcefbf0d99e34a52ca23c87 0.29 MB 544 10
610,488 610,488 0000000000000000000d9f8f8e448c81199518f8dd0d463c1061f373ec352bcf 0.75 MB 1,696 14
610,487 610,487 000000000000000000121d0fc3efd85cbbaeea0b800cec0470fe060276f7524a 1.21 MB 2,744 9
610,486 610,486 0000000000000000001567c285150b2454e7eff17fd13620a9da09498f5f404f 1.28 MB 2,997 16
610,485 610,485 0000000000000000000976c44d5ee0a59f574aab099b412ae24c3786096def2b 0.61 MB 1,231 11
610,484 610,484 0000000000000000000dec5bd4c422903195541f9122a701e8364db1b6b5198e 0.47 MB 291 7
610,483 610,483 00000000000000000006a6485059cfd0611ddb4a2f2ce7bc45d20b35cf014b3f 0.59 MB 1,203 13
610,482 610,482 000000000000000000069675f64bb3dac566c5741456ae90cd9b70d9dcfd1d79 0.24 MB 247 3
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.