Memory Pool Memory Pool Refreshing

4,830 transactions
1.36 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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,671 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (896,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,912 10,912 000000008d344c6be5bc08d44cbdbf48ab46b3c4f66b40ff2885646ea4393bf3 0.00 MB 1 0
10,911 10,911 0000000074102e16dadcd6bad50d91f630782369836bdad198f39b9046404b17 0.00 MB 1 0
10,910 10,910 00000000ce5880e5f40ed1012455772ff5aa7e2c86eb743dc538dc6f08abea9f 0.00 MB 1 0
10,909 10,909 000000008b165bc5e5f0eef1c1f13a061971459e0c7f060b08435f4c4bd42bfa 0.00 MB 1 0
10,908 10,908 000000005a852ad36e6191bf5b9215485813e4313e42aabcab394bfeb5357ba3 0.00 MB 1 0
10,907 10,907 00000000ef57895dd51fe86d14e1ea667bc6de452c1465f2cb4bc1e42b1a1ba6 0.00 MB 1 0
10,906 10,906 000000005e39deec556bb8515360be684af0c39ab74669d2d24c67627feadfd7 0.00 MB 1 0
10,905 10,905 000000001eee9a6892db18364b1e1e1d5fe111b68ede08b9c92ebde36b2ba94a 0.00 MB 1 0
10,904 10,904 000000003daaaa908c770b0ae9e6d62c23c3f905694e5b682d2bb4918ac7529d 0.00 MB 1 0
10,903 10,903 00000000e134e7ac8f13c4d776c807649ee3bb5edb9de835776ff188ad9940bd 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.90 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.