Memory Pool Memory Pool Refreshing

1,031 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,440 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,023 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (885,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,996 22,996 0000000057ce1b8365a7df1bc94b8aa454707061084b389fec3871326120f65b 0.00 MB 1 0
22,995 22,995 000000002a18faf386478e0a944055922d0be8ce004d90cb8093ee941609dee5 0.00 MB 1 0
22,994 22,994 000000003709490cc12b47e2c11f2b4370f1f8c9e48a27c97418a1f97593007b 0.00 MB 1 0
22,993 22,993 000000006678eb0536aa8afde60a09f3de0b46dbc2d6e9e3bd8b8fb6439ae89b 0.00 MB 2 0
22,992 22,992 0000000066c248738c388990d4dd57c737dad57f0ac97526c2a3a6e6493c2840 0.00 MB 1 0
22,991 22,991 000000005baa19289f7a21fd2156c07645de5de5a31b248a1ed4c35e50697c71 0.00 MB 1 0
22,990 22,990 0000000049ae718deee441fbcf6daa650cbbe02cd462231f7762832bdb57a9e1 0.00 MB 1 0
22,989 22,989 000000001f7c7928563a4930f121c6f189b71bd3dbb60d797b24aa747b6f66c7 0.00 MB 1 0
22,988 22,988 00000000d91f3140694ff94a496aeb334e405b12af2e34cef92fc7bee4b1f246 0.00 MB 1 0
22,987 22,987 00000000f1f0f6f5a45bc4b2c0b9ca415711e94bbfb31d305fdc8fdc52771c99 0.00 MB 1 0
22,986 22,986 00000000525283ca8faa376a691f52e9107abac58e833b14227819306fdb82d0 0.00 MB 1 0
22,985 22,985 00000000373995c780f693cbeca6dffa936fe55abf48176c226b3543cf24ccd1 0.00 MB 1 0
22,984 22,984 000000007583ba67933871cd284f977e1691e62fca585780465700b0774369c6 0.00 MB 1 0
22,983 22,983 0000000002cb0c6e1a345c79538d5ea41e56a9c1022411336a45a94e80739ecb 0.00 MB 1 0
22,982 22,982 00000000e28fc17083214448a5ec26164451585aff2521ad824a5b5fa64b6ba0 0.00 MB 1 0
22,981 22,981 000000003b42cc593417c2adb6141bf737d989e8ed63e0bd3f85259d941e2bb9 0.00 MB 1 0
22,980 22,980 00000000edd03377e7960576d9f4fb9246a46b4973be30b2f4b1ee4f138592f1 0.00 MB 1 0
22,979 22,979 00000000121b4d2e547d9b285f0fa4683ab537dfb0d4e8956aac5c02ba3a7939 0.00 MB 1 0
22,978 22,978 00000000369c54980adc9e6d2d3f706110bc1264d11ddd71ac36c66fbaef4afe 0.00 MB 1 0
22,977 22,977 00000000c7adeb405f0988aceed86a34b144f631e886ff99cb9574a90d804c76 0.00 MB 1 0
22,976 22,976 000000008e3d92fc644ac9adc81bd4085a7da7b65748b116c881204e7421449a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.52 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,774.52 GB sent, 99.64 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.