Memory Pool Memory Pool Refreshing

18,883 transactions
6.03 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,239 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (722,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,202 185,202 00000000000006c88f160bb8c4441a1bfbc8cb60b2308a3dcb4edcc636ba9e69 0.04 MB 101 129
185,201 185,201 0000000000000015c9b18c8b33e111b58be818dfc7919f86080ae2236886fabf 0.01 MB 30 230
185,200 185,200 00000000000001cf6f9b6fa17873c98c2c16c13fd13f768ed51ce25084bae401 0.09 MB 169 623
185,199 185,199 000000000000011844b478c3c89bee7a443c5d22acf1111640735834cf15a737 0.05 MB 98 115
185,198 185,198 000000000000030f1d7ea10f451a6394404544a9995023d6e1f133a7155d3ab1 0.12 MB 80 65
185,197 185,197 00000000000002174fc9c3f41a29e2230da044eea605e8a4e7ef0ede8cdfba48 0.25 MB 406 85
185,196 185,196 0000000000000527caf2207ad3bc9dad644c88a4af3fa68b497e3c405f534798 0.00 MB 5 42
185,195 185,195 000000000000062c387c936954ec4846d7a4b498222c001445d5a3916653c614 0.00 MB 7 60
185,194 185,194 00000000000003243a497a48d03cd43aa79511293364dd76caa14f36e91f4901 0.00 MB 10 104
185,193 185,193 0000000000000a4454ce9d68e6975e834792e3fd6839d34e32b27f33b6565beb 0.04 MB 96 228
185,192 185,192 0000000000000657bfda5f76fdf81adc745217d8be34b0baab984fef89bab18e 0.06 MB 107 176
185,191 185,191 00000000000008503371a92f80d43af2a1cac3345c051d8a8dc84e4365632911 0.04 MB 64 162
185,190 185,190 00000000000004d38db0fe5db05b4b347d8d8c857f1427860eb97d9d4b6d72e1 0.15 MB 349 115
185,189 185,189 000000000000085b53c3f95188fda2ec7c8436c2692f465af11b014ca1752f57 0.05 MB 175 60
185,188 185,188 0000000000000732fdc30c6839bee92af59b30df238a043366092ab493f70ce7 0.25 MB 640 162
185,187 185,187 000000000000046b404d73f42444a90c51bd5d51487ecee90a3620ae7031b113 0.00 MB 1 0
185,186 185,186 000000000000007b3cb3c59fd54a5f107fe313f6115db41bdeefd848893af048 0.25 MB 449 134
185,185 185,185 000000000000022e20634c9b13e06426fd2613773888ce635984c10565ef93a7 0.25 MB 597 156
185,184 185,184 0000000000000580bb172fa3b1fabef4a515d7a71d7a338a92d1baa757199da0 0.06 MB 171 415
185,183 185,183 00000000000004add900342e5f6e38d289fdef6d3ea58bc2e4f474fd94054b31 0.00 MB 9 354
185,182 185,182 0000000000000181cf09bcb54f559a24b09d03a0b4e9bc6cfdf4492bdf982f11 0.05 MB 120 233
Previous 10 blocks ↓
Total Size: 769.02 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,624.40 GB sent, 92.99 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.