Memory Pool Memory Pool Refreshing

13,437 transactions
4.77 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,009 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (602,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,619 305,619 00000000000000003b965af095116de75f2a85bc3c5171c2cf409b1db4cfd6f9 0.61 MB 895 25
305,618 305,618 00000000000000000b1872ea2dd6717128d747a4ec5ff8e048cc60d875f3839b 0.35 MB 527 32
305,617 305,617 00000000000000001756436371b5012172c94bd5d448711425772af26f8365fe 0.23 MB 327 28
305,616 305,616 00000000000000005c4c3ee81dbca5716d7f373fb74ea87500bd9081e7afc509 0.17 MB 367 34
305,615 305,615 00000000000000001af6191592bf463de601c259e95df32ac83513cd715a329b 0.02 MB 57 30
305,614 305,614 000000000000000026923493114dcab9548a10c826dc9274b4ca68f9f18bc640 0.22 MB 449 33
305,613 305,613 000000000000000057f3be73a5a518e2aaab0f8432e4ad7b10297624d236b8ed 0.34 MB 573 27
305,612 305,612 0000000000000000071bc91a10704d4f352de3813c7519d92e7b57fba65de97d 0.09 MB 79 19
305,611 305,611 00000000000000002de9dd638564187d30b186041112ea5c33e2110c35c4031f 0.35 MB 893 40
305,610 305,610 0000000000000000005f68b3f1aefd0a23fa23feecf60fce03c96318d46b323c 0.25 MB 281 22
305,609 305,609 000000000000000042c7de2af3a5fdba4a5dc1b829015f1714d965cbe26a1cd2 0.17 MB 123 18
305,608 305,608 000000000000000051bea0812628193d6f786e16a756653334fbf7a4a269feee 0.13 MB 280 34
305,607 305,607 00000000000000002320f099b2fa0227b74d689e0120eb1f5faacf0db96bd4bb 0.10 MB 197 16
305,606 305,606 000000000000000056e89fba3c0e3e507d240c5fcc72f66f058f2e6283f4420f 0.08 MB 176 32
305,605 305,605 00000000000000002e2b25627d27cbe11e664406f4d05cf2f00b8171d190110f 0.35 MB 380 18
305,604 305,604 0000000000000000299e9634677e11a49a454173b11d5e06e7a79f7a546779e3 0.20 MB 512 49
305,603 305,603 000000000000000019b67b3452081cd08cda25c7ec09be32b2244993438d3ec0 0.14 MB 332 33
305,602 305,602 00000000000000001f96790a691e649a4bc61b24b9d255f2cc7a317587bdc8a6 0.06 MB 113 17
305,601 305,601 000000000000000008aafa296bb830992da0446ae9df523647d7c6270e90bf57 0.42 MB 906 32
305,600 305,600 00000000000000002b1055ee8901fc91e37481f395e490285b4a20bb475ec6fd 0.11 MB 222 35
305,599 305,599 00000000000000002b6f9c1ce8261225d891ce2b5fdee00e2deebd2f23d61c8e 0.67 MB 1,271 62
Previous 10 blocks ↓
Total Size: 769.02 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,624.72 GB sent, 93.00 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.