Memory Pool Memory Pool Refreshing

6,405 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,604 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (707,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,902 199,902 00000000000005be6a501681db57145d1ea05ed2a7eccce493a4fdae09f0d1d0 0.05 MB 124 104
199,901 199,901 000000000000056312cb86bd849f31d6260b1cdf709676d4caff7ac44f15fb6b 0.11 MB 273 152
199,900 199,900 0000000000000138f016a6fc1666fd667b7d282d65ad14b7f0b16a75a2e90e50 0.06 MB 197 133
199,899 199,899 0000000000000136dbd0fe1bd3d6a7ba4c73ef3ecd46a3e8ac5b1c8c39e4ca84 0.01 MB 9 38
199,898 199,898 0000000000000504a76d42f7d109296f90a9f3a645711e1781e37991454af320 0.12 MB 261 104
199,897 199,897 000000000000023bcb160f6c7cfa866e79ba6c6f6b4ebfafa4cbe83eebbcdc35 0.03 MB 88 110
199,896 199,896 0000000000000048d6c053b72e8991388e9ed8454f5185aa93ec8b2220414695 0.00 MB 1 0
199,895 199,895 000000000000020c45592cd42fe93afa17b25b3941080793f0ce2450d226541a 0.05 MB 153 127
199,894 199,894 000000000000039b3169f1100b7ab18a315e720c67b9488f703bbaec35577a73 0.06 MB 144 126
199,893 199,893 0000000000000499f3f8153fe90e58619ba2f5f29d81ec667befa047988d3010 0.00 MB 4 687
199,892 199,892 000000000000030766e25d7e57511e8016e2b11a8adfb47f4a957d3f7f189951 0.07 MB 189 174
199,891 199,891 00000000000002daa1a1d2ff88d095193df58d2939ef799f1bd25f4ec2739029 0.01 MB 30 36
199,890 199,890 000000000000029a0e4a172f7776a2217a7461be8fa7326574289c660aabd0c5 0.02 MB 61 295
199,889 199,889 0000000000000069c1f214cb1b5555fad9252b1e287efe6fc6af1a9ac754520d 0.03 MB 37 39
199,888 199,888 0000000000000155a31fa41e18881bdad50eb451ff8d594b7cbc6877165114f3 0.13 MB 287 138
199,887 199,887 000000000000005e7e635518148b24321cd564e3150b6f3eac2c8058a71636ed 0.07 MB 229 38
199,886 199,886 000000000000024481a2e408363780cf85d71d548a87f667e82ab4f22ec64033 0.05 MB 119 50
199,885 199,885 00000000000000aca2151d1134ab5a0962b0076a135bb872701a6fe6fd3a6b8a 0.00 MB 7 0
199,884 199,884 00000000000002f77f69f5a9475d184fdf8c78d61268af46016b5766a8cc8610 0.15 MB 240 117
199,883 199,883 00000000000003803c52344727374e3a66b2df13fa1a5dc0071b8c76afabe777 0.03 MB 53 75
199,882 199,882 0000000000000307759e859cf804e3fc52790e413e7a539ec424e4b2540a1662 0.04 MB 94 95
Previous 10 blocks ↓
Total Size: 769.25 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,635.15 GB sent, 94.18 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.