Memory Pool Memory Pool Refreshing

6,764 transactions
2.75 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,218 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (584,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,002 323,002 00000000000000001315992d6a9e0975dc21201ebc68762d2bedac6f393eee5a 0.23 MB 512 34
323,001 323,001 00000000000000000b57dce0cee03d6d91154e5dea59b046799d0cda53f90201 0.02 MB 24 5
323,000 323,000 00000000000000000d6b297e72fbee8450f2211698eb440ff622b2b445641e8f 0.04 MB 102 35
322,999 322,999 000000000000000001c81f86f00f50f2d543132c4eab0fe0040f073ab729b95e 0.20 MB 279 25
322,998 322,998 0000000000000000147da9d83a60cd089c882a1a496e3758f4db952c7ffadf41 0.04 MB 52 17
322,997 322,997 00000000000000000dc2d0d846e8eba4ff621bb306b990dd93ab21addcf6a7fd 0.39 MB 336 22
322,996 322,996 000000000000000009b17382085bdb75d9638bbae67de58130a16085b15827f7 0.07 MB 142 27
322,995 322,995 000000000000000002cdb57bcfa5c4beb4b5c422c969390ea403fdda928d2151 0.04 MB 94 31
322,994 322,994 00000000000000001746269cd2e1385fc25d054b320a831d0fb7cc9196a935aa 0.10 MB 171 24
322,993 322,993 000000000000000003a524ae601ebeee6009de53dc9b902f41c5d98a280aa3af 0.15 MB 260 26
322,992 322,992 00000000000000001898bf41a1f2208484933d8086ddde9903b47d37cb66ffc1 0.03 MB 58 30
322,991 322,991 0000000000000000059df5b96ebcd5dad56886287b41401891c1fc07d9d55557 0.15 MB 144 14
322,990 322,990 00000000000000001c691ea0c47020aa41a84944d620ec7dc06716168acaf451 0.32 MB 581 29
322,989 322,989 00000000000000001bedf0dbacdba651cfd861fa64d305231313518c7ca9bf00 0.15 MB 275 26
322,988 322,988 00000000000000001c21917e414d98da10ab731feb5f3d045c44bbfa3ba52575 0.14 MB 248 20
322,987 322,987 000000000000000005ec432fd4c506119a0123a028911fa3981bcde0568b66ab 0.71 MB 1,252 26
322,986 322,986 00000000000000000cf26461be25a3395e1733510bdf8825627d49c0cc0afe6d 0.03 MB 32 43
322,985 322,985 00000000000000000cad446a5fb53c74ba6741f77dcbadcc2376a2596effccf7 0.35 MB 552 26
322,984 322,984 000000000000000016508900d89d6c0ebd440fc9b9ec7c187b83c12a5fcd0ca5 0.75 MB 1,321 27
322,983 322,983 00000000000000001da4a5756ce147eaf711ee78fa6580cb718422007267bc94 0.06 MB 128 97
322,982 322,982 000000000000000014ea46d19a35ae8a6d6831b06f6f18937ca8efa082d5ca3c 0.08 MB 159 29
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.39 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.