Memory Pool Memory Pool Refreshing

2,380 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 2,376 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (61,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,788 845,788 0000000000000000000084f802821b7e9d60478990586c29eb7238fdbbb77faa 1.47 MB 4,353 22
845,787 845,787 00000000000000000002c1e0889bfb79b7142185cc9c147850d180af85d4fecb 1.49 MB 5,073 25
845,786 845,786 00000000000000000000b863b337fc0fa521dc17b25d1b7b22c78e0609316a6d 1.48 MB 4,626 22
845,785 845,785 000000000000000000022ab1ef0185c3d589d065f473fdd668230e8ea0f721a2 1.46 MB 4,427 28
845,784 845,784 00000000000000000000ce3426a032fd219887b87baedcd3f1f119023c720cfe 1.54 MB 4,073 30
845,783 845,783 000000000000000000027bf3028a6a60e8749bdb22c8cf395f616e0cabb259e0 1.50 MB 4,732 24
845,782 845,782 00000000000000000002bbf145cac5f43fd797071d46203f81f155ccb917e290 1.52 MB 4,897 30
845,781 845,781 00000000000000000000ec930d60b7bf2aa3898478cd32f0b70a3772ed367fe6 1.57 MB 3,825 30
845,780 845,780 00000000000000000002887846d43a56dcebfcb95aa0c46a1d5305a10599f795 1.57 MB 4,120 41
845,779 845,779 00000000000000000002b6af1424b36579e277591a9318306782da7b48aed691 1.60 MB 3,584 41
845,778 845,778 00000000000000000000c0c5578a7c2e10a5e94c1aa97c1126f7ebe4b82f2982 1.52 MB 4,004 51
845,777 845,777 000000000000000000004b17a3cdbe9144071c23b43f6b6d196f5a12b09e12a5 1.51 MB 5,070 20
845,776 845,776 000000000000000000029e4480a86afc347c6f80bcfa5f1687e425ca361dfca2 1.51 MB 4,846 27
845,775 845,775 0000000000000000000013f49a91860b007987c3133c54af6715d8e02f91241f 1.59 MB 3,643 44
845,774 845,774 000000000000000000003ea5abbb2618830148ce10a58a094731176dad163b7d 1.56 MB 4,636 25
845,773 845,773 00000000000000000002cf3677fea8b5407225b034c3f7f9c721ad9bec3ab05a 1.54 MB 3,996 34
845,772 845,772 000000000000000000021e6213ac47be8d0f1b9245779175b0e0734f52417387 1.55 MB 4,155 37
845,771 845,771 00000000000000000002205315d18f35b58437c03b18722a5b45a0a8285d1c28 1.47 MB 4,002 11
845,770 845,770 00000000000000000001c4ae4368634d55d2ad75f0dfff6262ee0d94a132a370 1.60 MB 4,197 17
845,769 845,769 00000000000000000002d20e69d76d85d45b7c601a87299f18aa57576c395295 1.81 MB 5,013 18
845,768 845,768 0000000000000000000154ba78859298ae90d83d2bb741ca803e89af99c375f5 1.52 MB 5,337 25
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.88 GB sent, 92.84 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.