Memory Pool Memory Pool Refreshing

4,941 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,105 (858,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,109 49,109 0000000011c49f7084b68f8cc830e10aedf4e68a7de7186a3c48753e8af5f56b 0.00 MB 1 0
49,108 49,108 0000000011efaebb42dd767bf5cd7e86001ddb3ae08f845b7585ae496d9e460e 0.00 MB 1 0
49,107 49,107 000000001d2661d43d76f7a205f82d4eb64ade4eb208adefc1c9c4ee4c201ce2 0.00 MB 1 0
49,106 49,106 000000000e3c95ec594b9734a7b1b45f9b9935bc645eb91681ecbca5fa3f986b 0.00 MB 1 0
49,105 49,105 00000000098d5c8982e8669a675c9c50e6c83c428c4a86a3a4c7862ae4b77ec3 0.00 MB 1 0
49,104 49,104 00000000034825430a7fb9c3e58e086973530dedbf7c895e3e2a97adbc5e35a8 0.00 MB 1 0
49,103 49,103 00000000254af3e0dfa9e3410761b3b018a4e1b5d6fbdabd6f0271b47c6c6d36 0.00 MB 1 0
49,102 49,102 0000000007047c0c7e72882296d30918d9d665bdae531069972935b53303f097 0.00 MB 1 0
49,101 49,101 00000000054716b6cab36043e13a03ee26e0b59bcb7f8e627fe9e34bd461a42d 0.00 MB 1 0
49,100 49,100 00000000294a5698f73a52a4fe1404ae99ea00f8858230117959711633b86a54 0.00 MB 1 0
49,099 49,099 000000000e74ae0c06e6d2b678013234a2a21686443623eeda59c6247e8e1828 0.00 MB 2 0
49,098 49,098 000000001bc346bcd232d39a0de54225d66351ebcc5a71dd03046039b551d782 0.00 MB 2 0
49,097 49,097 0000000020c632c13a1b1b3b965a361d887763b310ef6949dc16891b707eacde 0.00 MB 1 0
49,096 49,096 0000000029a8d256eefd49fc7b4ec4ddb28d4e31eda1adf91f7a75ee628128e1 0.00 MB 2 0
49,095 49,095 0000000007733b6936443fa1bf8b8920ace2525515aa4e21551aef4923fa4bed 0.00 MB 1 0
49,094 49,094 0000000013add83d8085dca3422f023c2279dd9b8ddacaa9c1a39fc877bff636 0.00 MB 1 0
49,093 49,093 0000000017e7532f732b0732744adfab9ba25b152eb23e961ff56aa70c3b9399 0.00 MB 1 0
49,092 49,092 0000000024286bb7321a493025fe1ddd02ff79704a166ff1803c63bc4cd6a60a 0.00 MB 1 0
49,091 49,091 000000002010a5ac89031bd18d9ef52fccb5c8f964ad28ee5744e9e99b42e429 0.00 MB 4 0
49,090 49,090 00000000108ed2bf328b5481e71cd63d891e055edcd2b94157581aea9e27b17c 0.00 MB 1 0
49,089 49,089 000000000c92a74377553e3a511f180db3e349cbc90ed69dfded4ee9c120cb29 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.27 GB sent, 96.61 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.