Memory Pool Memory Pool Refreshing

10,302 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,578 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,640 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,577 (903,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,489 5,489 00000000bb69a1bf1d28a7668eb1d2e3cec786c2ab95c7693af6b05e3db1dc06 0.00 MB 1 0
5,488 5,488 00000000de6548be719b8c1c974b369d018d9595d80b009edf4cdd29fb0e3175 0.00 MB 1 0
5,487 5,487 00000000d0a5fc7e786da1d1f16bbf40204ca38200e6d9212e43cbb50fdd0bf5 0.00 MB 1 0
5,486 5,486 000000009c34fcc049fc268d8928fc07d36896ffff4c97a285f479301aaf9473 0.00 MB 1 0
5,485 5,485 00000000c028057c1ef4bf6644cc46914497268119170f2fb2d2823aa1f71e43 0.00 MB 1 0
5,484 5,484 00000000a51d7f1727d1b484ae0c8cfdcc0576c291be93622b1be931134225e0 0.00 MB 1 0
5,483 5,483 0000000059d23e34eb3dcda6bc4bd13c5f96354168db30ed14bfba4be20eaeae 0.00 MB 1 0
5,482 5,482 00000000986d1199ba058a27a8e3b8bcc2cef88101bff887865c5bb154ca5e5f 0.00 MB 1 0
5,481 5,481 00000000069f2dea9afea0d348e12e1d010f70564517a1d946d4210af3dc27ef 0.00 MB 1 0
5,480 5,480 00000000cf6889141ad6ef8cf20a7e13f96facf26ae0c23bcdb182c497598f7a 0.00 MB 1 0
5,479 5,479 00000000cc6ddabd562993839c89fd9d89b4f43191ba6a03c9b8aa997eef6009 0.00 MB 1 0
5,478 5,478 00000000e6e8e61bfcf9702db23056966c62536890ad0b4bba6864ad915efa5d 0.00 MB 1 0
5,477 5,477 0000000054c9c7fa5bde77cf1eb5b0bc398a5de9ab2886838564f1be68ce26e7 0.00 MB 1 0
5,476 5,476 000000004a00af1c6e98a43a9e0d46d21cd5cbbf352ba4fa7b78ddbcc8dfed17 0.00 MB 1 0
5,475 5,475 00000000a41f3c1b8bb414b1ec6718c9e9bc07db18310f38055be0ccfd6c45f8 0.00 MB 1 0
5,474 5,474 00000000b2adbec7d75aced42b174f6cb2bc92483e5eeb895ff526c79bc9af49 0.00 MB 1 0
5,473 5,473 0000000070da89af371ca6cc199981e32dbb3ecff3e887a15f6c228428352101 0.00 MB 1 0
5,472 5,472 000000009fe858ee32bb0b9f98507080ae5938a41769b425e37d0038c4f412f8 0.00 MB 1 0
5,471 5,471 00000000cd67e465a7dc7d6a61165a5920364fb1b4a4219fe9eb7762852ac2de 0.00 MB 1 0
5,470 5,470 0000000012edd696c437386ce5b18705914c083f1633720b390f43bf2235c7ff 0.00 MB 1 0
5,469 5,469 00000000d9c06cf8f96a597f3d9214fabe22a19435b57938a782beba0d450607 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.47 GB sent, 100.86 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.