Memory Pool Memory Pool Refreshing

10,288 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,145 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (378,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
529,118 529,118 000000000000000000146f4beee71a7f9ca95236c8f480d562cc483ff47aa8c2 1.10 MB 1,906 33
529,117 529,117 00000000000000000013d60a4f279d0ffcbd066f554e93c27b52c93f4f12ff7e 0.00 MB 1 0
529,116 529,116 0000000000000000001101a8d10b5f21172696ab8394eb8034cd2d41772c0413 0.19 MB 298 30
529,115 529,115 000000000000000000134a690a4662bf24251b801c818c6214c479b828a4533a 0.94 MB 1,222 19
529,114 529,114 0000000000000000002e7136ff7dd13ded1eb4abee4047a42914b8e13556f39b 0.92 MB 437 3
529,113 529,113 0000000000000000000d850b90e345555b64e6aba87c3b673a441b31ba027d6d 1.06 MB 927 16
529,112 529,112 00000000000000000028ea470ecc5ee884c90f7db931ad8a371ea291b0a4df42 1.17 MB 417 3
529,111 529,111 0000000000000000000908585503ad08ba867f43a370f42a58177c3e45044c81 1.12 MB 1,648 33
529,110 529,110 000000000000000000000b95acf81e80af70973058cd4f570ea9a1ef4b81abad 1.09 MB 1,665 31
529,109 529,109 0000000000000000002fc13702944acf4a60531a7a3b3926ec42ba2484b9c683 0.09 MB 146 47
529,108 529,108 000000000000000000321b6c523ecfe087b1c7157b8d7b7e6416dd77cdb5c3e5 1.09 MB 830 16
529,107 529,107 0000000000000000000a20342ac85c275165f6e2a5890156107d8764ee09a107 1.11 MB 351 4
529,106 529,106 00000000000000000010638923b11b7b180c5cd0bebf8af57e60598378f03d68 1.19 MB 2,455 11
529,105 529,105 000000000000000000338da9b1e865c5f6e41d1d4f3327054da835a423a7f119 1.10 MB 2,170 65
529,104 529,104 00000000000000000016fc1d4b32f99be57f898017cbfc2afd8df85259471942 1.13 MB 1,656 12
529,103 529,103 00000000000000000010610226027b12ebf9e324f3b76463d815bd51ec9271dc 0.41 MB 989 79
529,102 529,102 0000000000000000000f4e42a6a0eb84de179caa88af659508fb7553351fa8bf 0.58 MB 1,120 31
529,101 529,101 00000000000000000033391a82cefa4ecf60333bea6cb22d5d6da9b721002fa7 0.22 MB 372 36
529,100 529,100 0000000000000000000946add8a54d2356a01144296ea2b8c595ddd02b71c7d3 0.08 MB 215 56
529,099 529,099 0000000000000000001079793be813edf859b3a33fecc997ebf17e9bca1304b4 0.16 MB 371 28
529,098 529,098 0000000000000000000f3afd997ba5ee3945b816e65f34f5be112f4d612f0876 0.41 MB 877 37
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.