Memory Pool Memory Pool Refreshing

8,532 transactions
3.86 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (458,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
449,409 449,409 000000000000000000b40d4dda4d7f4a65da8bfbce35e0a01a0d86660546ebe9 0.14 MB 277 74
449,408 449,408 00000000000000000282c2709127f02d3330ebb532cd41f8a545a400dafaa1df 0.69 MB 1,545 74
449,407 449,407 000000000000000000e32820551d459bcdd36e08acf1b6f67e381bb9e3be25b6 1.00 MB 1,926 77
449,406 449,406 000000000000000001239937967e9f42353bc0111e2d8ffc5a36b03e9acc1e09 0.72 MB 1,286 59
449,405 449,405 000000000000000000903096743946650c4c96dbcc72b5e6c31acd6370940c58 0.03 MB 99 76
449,404 449,404 0000000000000000033831da4cb425985de5a6a3845c883cf42c4b2345a2eb05 0.75 MB 1,702 73
449,403 449,403 00000000000000000145163a23af8c5fc48a99e63897f4e23258daa0bf3c8cf2 0.99 MB 2,321 81
449,402 449,402 000000000000000000da15675e670a984f88c71822884a5fab692d6b1e8577a5 0.32 MB 620 71
449,401 449,401 000000000000000000cb138683d669b655dd1c3e99f5b7fdc4012fef13bc38a5 0.41 MB 1,094 81
449,400 449,400 0000000000000000031d7736c13ca0841dee2b1aea08bde78c341f92a3220d5f 0.16 MB 359 77
449,399 449,399 000000000000000002ffd151bb8169aca11f40efde81e757404aaf69561ab12a 0.17 MB 181 36
449,398 449,398 0000000000000000025950e465ae80550d7da56cf9c268b8abc1505376dfcbb0 0.20 MB 343 59
449,397 449,397 00000000000000000022410b1522faa06b947dedb0bc9435d46b86d9326893cf 0.97 MB 895 52
449,396 449,396 000000000000000002d4a9b37754f3d9a26f733d7871967a65ef1a7c51fcc003 1.00 MB 1,434 77
449,395 449,395 000000000000000002e41c8e94fc244966bd856b404ec94fffb75cde7dee6542 1.00 MB 2,301 80
449,394 449,394 0000000000000000014df477dd5c6806bd0515d3a4f23bc83710e6ff16715fd9 1.00 MB 2,124 78
449,393 449,393 000000000000000002bf236b918e267dbe1c8f4c1bdf6f1af207dc5bb01624a3 0.67 MB 1,427 78
449,392 449,392 0000000000000000032392d5b48b85c88c6ecd4557ca93b1a8c6ecd824778660 0.77 MB 1,753 80
449,391 449,391 000000000000000001a81ec8388ce27095fabca49f191a93360729969363f0db 0.55 MB 1,487 80
449,390 449,390 000000000000000000cad22a1e22914593ed4dece2b5b6c426385d7f7d9ebd5f 0.19 MB 284 30
449,389 449,389 0000000000000000008bb4b764d07dfa52a5003f749cae68589ce2840d772a67 0.20 MB 395 78
Previous 10 blocks ↓
Total Size: 769.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,624.95 GB sent, 93.01 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.