Memory Pool Memory Pool Refreshing

1,937 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,282 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 1,931 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,281 (841,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,913 66,913 000000000261a9ed1327fa32b25401584b1e76b79178d804669c679bc923b9a1 0.00 MB 5 0
66,912 66,912 0000000001f7d24636d7721b5033fff21860aaf3e65a4f1ec1eac50025765563 0.00 MB 2 0
66,911 66,911 0000000002bc5ca5411f18dc715afd4f50d5c9ec87163ad9a28d0ef895ab83cb 0.00 MB 1 0
66,910 66,910 00000000004bcdc584497e698b71f1c9a4d44ed4bb941896361e15cfe0937212 0.00 MB 2 0
66,909 66,909 00000000038ad536ff68ab936538777f5022cd9d8c54408c1db3a4f0dac93131 0.00 MB 2 0
66,908 66,908 000000000490727250ec3c59d12d41e402e9c325870a53e2757185eec36010a8 0.00 MB 17 0
66,907 66,907 00000000047b22238aa890982f0a6fc1802cba2c57b8d2e34f7330d135b66bfd 0.00 MB 1 0
66,906 66,906 0000000004cc094534d1d1ea7ce912c403532a1706f31ef9699bade1929b7ab6 0.00 MB 2 0
66,905 66,905 0000000001ea2a60de48fcb6ee1b75431d2dd13b611c0e1f8f420d31062d7a7b 0.00 MB 1 0
66,904 66,904 00000000018aa51983f9782ea5368109164619a562c137d9a7f34bbdc64d52d8 0.00 MB 3 0
66,903 66,903 000000000260c585255c8468746234e88ed8ecd3ef0a959f472e44893284a862 0.00 MB 5 0
66,902 66,902 00000000006133f01a700963704da9093d2078a8705bf9a1f1a54fb2e3f383f6 0.00 MB 7 0
66,901 66,901 0000000001f076d88e94d66545a1f979c1eb41b97116258907aa79e33313c6d5 0.00 MB 1 0
66,900 66,900 000000000286874607d3181b79e565de1f04cf44d7039b45eb9057102a36dcb8 0.00 MB 2 0
66,899 66,899 0000000003dcca619feb0a2f98a7b4e3752b98407729be1ae3d8954c018d898c 0.00 MB 1 0
66,898 66,898 000000000321f70d77dd7262cb9e9aaa2d33509c840f0dc66d3acff21e97fd14 0.00 MB 4 0
66,897 66,897 00000000055e75b4f89d0b21db3c58540fb32868c16ba745719ecf61ad82adf6 0.00 MB 3 0
66,896 66,896 00000000002f9322ce784ce9e24745bed306b475d3cedea1cbd97e27cdc723d2 0.00 MB 8 0
66,895 66,895 000000000435e0643f15537590aa215d25211ce3392be5daddd902dba1dd9f9a 0.01 MB 19 0
66,894 66,894 00000000052fef0e94e2d148a8d9466da248c9e2bd8033ad0bd73df6897a5a1e 0.00 MB 1 0
66,893 66,893 0000000001c3ad6c638fc58b4c95d44e3fd038fd7751c05c8335e3daf7eec476 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.14 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,691.92 GB sent, 98.22 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.