Memory Pool Memory Pool Refreshing

3,442 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,560 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (903,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,495 5,495 00000000dbd440eca4c5110d78f0f10ab9ef037dafcd06cb50ff483c9d7345f4 0.00 MB 1 0
5,494 5,494 00000000ae89774f82991c356cadcf0e8767dd6f47f4c25dceda948e6e160676 0.00 MB 1 0
5,493 5,493 0000000002d0fcaef119d4548758959127b52cdb34d52a81293cdd2030f6e67a 0.00 MB 1 0
5,492 5,492 000000009e33a46937f8244cd1faf4a18792e8ff3bd0f2370bd94c0c96ecfaed 0.00 MB 1 0
5,491 5,491 00000000aa252ddbaa157a655a6d6258a33f6cc907a41ac147f8a1fe7682eecb 0.00 MB 1 0
5,490 5,490 0000000097eaae862cc361fc29a60db85d4761187da3365d32afc6ca556bac99 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.