Memory Pool Memory Pool Refreshing

2,205 transactions
0.72 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
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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,197 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (552,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,374 355,374 000000000000000013cf9a5efab8aa8581774ee07bd06749f89a216307938d81 0.04 MB 109 28
355,373 355,373 000000000000000001792273c74f83958e71e3a7ecfb9c42ee77bf4046a9e2cd 0.09 MB 187 30
355,372 355,372 00000000000000000b60af2c4797fa241b863aaeb7f41fa6c2ccd7f22f1dbf2d 0.18 MB 225 14
355,371 355,371 00000000000000001011a9c12e795732aa96094e4a2174b74dd33ac59705d3a3 0.30 MB 596 28
355,370 355,370 00000000000000000a1de8498388d2782d5f5ed67a7d0928940eec2a80651320 0.57 MB 1,207 28
355,369 355,369 00000000000000000bd62c03ef530726bc262293de9007e96ead1cdeacca6808 0.16 MB 326 28
355,368 355,368 000000000000000015ceef7c538b63335944cb413b3b7985695c21c01b90da2a 0.07 MB 132 20
355,367 355,367 000000000000000004260b761db4c10167b201fa7981f9db9356b92fc6673d23 0.68 MB 1,366 28
355,366 355,366 00000000000000000dbda828110d26d921cebbf73696569778a968b421588ec6 0.22 MB 418 24
355,365 355,365 00000000000000000805291b6effa0bad09d77173e83a5340fa08706295f3062 0.48 MB 959 26
355,364 355,364 00000000000000000049515605b8fb9e4df5a5243c845d091da8b18fdd1d26d5 0.39 MB 799 29
355,363 355,363 00000000000000000ecc3518fcc1e68eeb0926c0110d07745101fdf723644c00 0.14 MB 233 24
355,362 355,362 00000000000000000e3f05e600ccc1aaa17920a58c487415d375d35b612358e7 0.24 MB 465 25
355,361 355,361 0000000000000000064cd34a2ed1155243aa740ad913e510805f0131d65afd5e 0.13 MB 236 25
355,360 355,360 000000000000000015cbde68bf1eb9a1239e296c514ce4fe6e2380ff99eae68a 0.11 MB 175 20
355,359 355,359 0000000000000000080bfb1e0741b6f59856d3db5ec7c121a33b73abfa0fd1bc 0.61 MB 1,078 27
355,358 355,358 00000000000000000aa036540998c34ca99d04fb467094b9dca0326ffb6f2be2 0.29 MB 506 26
355,357 355,357 00000000000000000db48c8d5deb7c701352c69485f7acccae1f3a65fd02bc5a 0.06 MB 138 29
355,356 355,356 0000000000000000120f824bf73914f2da359a027a9d866e16db34abb1ce3c75 0.10 MB 148 26
355,355 355,355 000000000000000014ed055d4161e87f8355a8d3e83c8986e48ceafe0cc2491d 0.57 MB 1,087 27
355,354 355,354 000000000000000013ebb8ca08cb76b0c79c85550971874ffb78e954e226400b 0.15 MB 323 29
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.38 GB sent, 94.27 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.