Memory Pool Memory Pool Refreshing

4,282 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,737 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (335,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
572,733 572,733 0000000000000000000db1d0575a476ca92047986584982f6c231c26eec8205c 1.17 MB 2,819 80
572,732 572,732 00000000000000000014ece41d34a3ca20f14c600df1431105eca5eb5a67a612 1.29 MB 2,322 29
572,731 572,731 0000000000000000001924e70286dbfde69a08c954da6902b65efecdbf31bb6f 1.36 MB 3,128 65
572,730 572,730 0000000000000000001a631af1d1627554efb36392c67c4a5ddf1b10fa267acc 1.22 MB 3,156 84
572,729 572,729 000000000000000000096bd4d4a534d8de59c7833900ad976bf7f39a47505343 1.24 MB 1,690 51
572,728 572,728 000000000000000000263ab8d4d75f34a5f0d7855f62c918fe1df44b35b1c6da 1.28 MB 2,900 70
572,727 572,727 0000000000000000002bacea99e82d9bea4f7ae07ead25ee832a7bd8bce279a1 1.15 MB 2,891 34
572,726 572,726 0000000000000000000106e7d12ed8e061c3322483496ffa748ba30e4fbb020a 1.03 MB 3,114 10
572,725 572,725 00000000000000000024ba22c9c991461ca334f1cc942db63d55e502ba2b332f 1.20 MB 2,669 51
572,724 572,724 00000000000000000000d5036c9aab7d5704268096e78227b751b433cf110973 1.13 MB 2,742 27
572,723 572,723 0000000000000000001e17373bf0317bb064f9cfcca933771dfade20900de465 1.19 MB 2,927 55
572,722 572,722 000000000000000000076509e48d526b52810bad16159f24a73fbe90373e6e6f 1.24 MB 2,659 47
572,721 572,721 00000000000000000003087e859f3f78cd83e7ce47759b5eaf08b9c8d6341e17 1.21 MB 2,961 70
572,720 572,720 0000000000000000001d3abc3dcf4cebb09e2f1aa1dc4864d4ec4c1df676ae28 1.22 MB 2,693 72
572,719 572,719 00000000000000000024a845005cfa62097d5ccfc74f1f38a1b0f20ba3375207 1.03 MB 3,260 7
572,718 572,718 000000000000000000290299e913db2ccd957c6676f240ca3a7c6404966904ec 1.11 MB 2,732 15
572,717 572,717 0000000000000000000f507bfc9cbbe45f8973c90a801777a6c4ab0553c63cf0 1.16 MB 2,949 71
572,716 572,716 0000000000000000001cbf04863bfd2b650e03c704f79e0a8c8e84537efe282e 1.07 MB 3,114 16
572,715 572,715 0000000000000000000ea92fa23f297cf417e4ff053251182b99d1a4b687a7a5 1.15 MB 2,713 44
572,714 572,714 00000000000000000017f7a254324b6aff24d16a6b73aa7dd8c8188fe9924109 1.15 MB 3,028 39
572,713 572,713 000000000000000000189125c38fdcc1ab993e72636c0adb272749a9bd4e0df6 1.14 MB 2,881 26
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.