Memory Pool Memory Pool Refreshing

4,065 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,162 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (85,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,832 821,832 00000000000000000003e72c2673c02970ae3fa10822d5655f0d587d1b023ed3 1.59 MB 3,489 213
821,831 821,831 00000000000000000002e462956d2608e83de79e2b0e12547792af4087e299c0 1.81 MB 2,445 150
821,830 821,830 00000000000000000002a55088001ae2dd6bbde0d2f2eed6482f178a13fc4dbd 1.76 MB 4,388 196
821,829 821,829 0000000000000000000011711f619b176771c4b25e1d491e00a2d02122c685bc 1.52 MB 2,758 148
821,828 821,828 000000000000000000016f9f199e801fda804176612852e495f928eb144a5320 1.60 MB 3,537 181
821,827 821,827 00000000000000000003eb3e36ae5f83582fbc7e7894ac2c72cdc024d1d0eebe 1.61 MB 4,027 186
821,826 821,826 000000000000000000004f97ec4f12c0da66e47033d450f47cc1981719d3ccfc 1.50 MB 3,191 200
821,825 821,825 00000000000000000002eeef9679b1b27b320af0902703737276c87eda12971b 1.61 MB 3,141 407
821,824 821,824 0000000000000000000415c1028e208f95643915bf15db5c7b7f92fcb8586409 1.61 MB 3,597 383
821,823 821,823 00000000000000000001fa86cd61c311befcf084d7c7bc16f5f1533dadb77387 1.67 MB 4,372 193
821,822 821,822 000000000000000000015f893530d36d3942211f1e6c39aaab7e1b67021bbbdd 1.71 MB 3,997 161
821,821 821,821 000000000000000000027424af1976ba6e3cc66bcfaaccbe7240e4361adfacca 1.68 MB 3,784 210
821,820 821,820 000000000000000000010a4ab846bb7633e43873aee371658442c604d0f33660 1.65 MB 3,839 273
821,819 821,819 00000000000000000000ad8ab87c61bcbc0e20579657f2e7c074f5fa45c75226 1.73 MB 4,096 178
821,818 821,818 000000000000000000027d4e6aaa38d9463fb80da50879464d9cf33f89a3526f 1.61 MB 3,887 219
821,817 821,817 00000000000000000001ea8990b7a3e2fbd5b5412c4b20643f4d934106a2ea5e 1.63 MB 3,791 224
821,816 821,816 000000000000000000012a3ee500ba41e43e56f0b4bcd5eb2bfeaf064dadea72 1.53 MB 3,453 225
821,815 821,815 00000000000000000001e2e000aee0b0656ed430d7ed7d0656b3e719173de42e 1.61 MB 4,112 195
821,814 821,814 00000000000000000000a9ade82341b028888cd7137e14e6b48c9da7a15ac3d1 1.63 MB 2,909 379
821,813 821,813 000000000000000000041ef4aae33d27ae35c3d3660b5842f43faf28db1e67d2 1.66 MB 3,994 219
821,812 821,812 000000000000000000028b6ee5719885760bdf89ecb28ccc7612178c56007c0c 1.70 MB 3,266 192
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.