Memory Pool Memory Pool Refreshing

5,737 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,742 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (32,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,261 875,261 0000000000000000000227623d39e68c14149d21236667b69262b1ba4908ceeb 1.49 MB 2,557 7
875,260 875,260 000000000000000000026157d9d3048273aa89c853d8c572d32ee77306322e0f 1.59 MB 3,001 9
875,259 875,259 00000000000000000000e681085aba63032aa8f116840859b9dcede8654ec549 3.43 MB 1,523 3
875,258 875,258 0000000000000000000020dd264c6aab6a68ceefe936315fe41a4d4cf00f0d87 1.83 MB 3,296 4
875,257 875,257 000000000000000000021d207314c6c828118ec891bda180bad2aee45aef0b20 1.52 MB 2,483 4
875,256 875,256 00000000000000000000973b36a5dccb4b9155972136b7ad8b7725766850450e 1.52 MB 2,997 5
875,255 875,255 00000000000000000002977b877a738417be2de433da3a2e16a12aadf7585053 1.53 MB 2,964 5
875,254 875,254 00000000000000000001a729124dd2994ddf0ce30df4d733856e55387dc54fb4 1.64 MB 3,358 6
875,253 875,253 00000000000000000001c92e085a7ef174ff8e846966dc48330b3b55b3bcdf70 1.56 MB 3,173 6
875,252 875,252 000000000000000000018bc2e2a1d00dffea926724c4fb370ee08f17a191ce49 1.69 MB 3,813 6
875,251 875,251 000000000000000000010adc70f6ad6931f165611a8714e8b061f54f1c7ec388 1.63 MB 3,549 7
875,250 875,250 0000000000000000000184f4060fd755c4321b3f92a6ac42a38a3275a2f940d3 1.55 MB 3,217 6
875,249 875,249 0000000000000000000293ae46b13c6e8204bd7d2f8bd6a29671db59a0b79841 1.64 MB 3,461 13
875,248 875,248 000000000000000000024d9a14e4f519fc759e021fd702cd7368a00b6804ab15 1.43 MB 2,492 9
875,247 875,247 000000000000000000025d21ecb61792f80f083f6db25a2c5b65baec1527d6d4 2.18 MB 2,017 3
875,246 875,246 00000000000000000001782a9f88896b5ab2fb61e1f953211265820219d3b068 1.48 MB 2,824 6
875,245 875,245 000000000000000000028382c5ec9cf0dd65aee5b9467af735163f44835ea1d5 1.50 MB 2,719 5
875,244 875,244 000000000000000000007ff090a1df0a6d3c070128d6d27347b73aaadef7eab6 1.70 MB 4,010 5
875,243 875,243 0000000000000000000082e8918e944ad034174607acea77b93f3a1114ae9bd5 1.90 MB 2,077 3
875,242 875,242 000000000000000000004f3e1f79868678ba3587af4facc4f900c8efc58d9d82 1.58 MB 3,085 4
875,241 875,241 000000000000000000026757a7838cf5a712bdfeda4a75adcf0ec0d5386ec276 1.08 MB 584 4
Previous 10 blocks ↓
Total Size: 769.27 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.41 GB sent, 94.29 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.