Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
908,235 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 2,153 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,234 (897,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,902 10,902 00000000d81ddcd83984e8967c00c9a8f7dec76796a35d922ea6e434bf7f8380 0.00 MB 1 0
10,901 10,901 0000000090f705a252b37b8a6c6102062dda3b13e4ff50c6cc1e8515e4dc2365 0.00 MB 1 0
10,900 10,900 000000004e501a8a9e3793343b83e86de60c785744ee9dc3b741bc9cf92d728c 0.00 MB 1 0
10,899 10,899 0000000048cd467ffff6c6387744547b42ef85a639b222a9bc6ffcdfcccd2293 0.00 MB 1 0
10,898 10,898 000000002402280f643fbf27d8709396cf5817ce11db9f0f7b70b302c3befaec 0.00 MB 1 0
10,897 10,897 000000006f1092abfcbe3ba1a374e96fe029e9172b4463fe5afad3b1130a7da7 0.00 MB 1 0
10,896 10,896 00000000a3bca4a7fc2447d07ab3d7d0d66c4b55482ffa04d4b6fbfe31b054db 0.00 MB 1 0
10,895 10,895 00000000f5db343f6be6b3b1b9947e2366fd723e8322b858a39160b2852fbd24 0.00 MB 1 0
10,894 10,894 000000009688fcb86527e25a3b51e8da029a0bdc255575b7e6f36f868f3a714f 0.00 MB 1 0
10,893 10,893 00000000a047801d3fed36533b4daa17643b86789ca1b963fb16570ef496eab1 0.00 MB 1 0
10,892 10,892 00000000674db75a04de735cf061e1bb18c43a61ab15a96dba65f13d6f5ec299 0.00 MB 1 0
10,891 10,891 0000000076becf3b9effa474584a4434a6385270a4d38bc96c40992d7557ab34 0.00 MB 1 0
10,890 10,890 00000000826f3ece6613189023768dfbf8b1f02615053b0341642f6e6ed94fad 0.00 MB 1 0
10,889 10,889 000000004b14bf9ce511bd4499afb5f7eb0dce99b3ed9af479b110f36f30987f 0.00 MB 1 0
10,888 10,888 000000000ee04efc54c17bf7f1f00de35e6709e307386e0005ae07a92967a72e 0.00 MB 1 0
10,887 10,887 0000000086120bea72ddf1236116bbca500ccd8c4fa9e66ecce195dd7af292ba 0.00 MB 1 0
10,886 10,886 00000000f45bbc74d97ce3e22d0a8a6fbb5f8b062a847c5b1b08657131d3bccd 0.00 MB 1 0
10,885 10,885 00000000e594c634a753f570612179fca171959589adb6ccfd05d8ba304f133c 0.00 MB 1 0
10,884 10,884 000000005c45b40da6f5fc7fb47fa52316ead6e5b3094a13fb6f31f9ba3d33a9 0.00 MB 1 0
10,883 10,883 00000000f4f3c5c5d5800907902f739fc1b6798f54564558d740313b22c08483 0.00 MB 1 0
10,882 10,882 00000000c7811520845dd7d656fff58e3503afbfdeb7a456cf6e9b32e706179e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.03 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,685.90 GB sent, 97.78 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.