Memory Pool Memory Pool Refreshing

2,327 transactions
14.28 vMB
Show Random Selection Loading Transactions
Max Size: 58/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,020 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (859,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,116 49,116 000000000ce92b035618b8f87186b4fc84cd5f1601b027ade60fb2133023d340 0.00 MB 1 0
49,115 49,115 0000000023a42d10daf5729632fe15627896ffcd2fd96de052e915cfc88af7e6 0.00 MB 1 0
49,114 49,114 00000000263fa3801b1a14968f42e6a1a67917855db9fde0b9969466de583cad 0.00 MB 1 0
49,113 49,113 00000000294d1a9b6e5e68b68d3fe51910705e0fb4c9e9b1c7469e6e6013f19c 0.00 MB 1 0
49,112 49,112 000000001a8b5a520d9dd17824244b025b7049dbf05014aa77d38326b62088b8 0.00 MB 1 0
49,111 49,111 00000000174eb7883fd383150f73333cfe1f50b351e2b431a2a6cbc47d6ff4cd 0.00 MB 1 0
49,110 49,110 0000000002693f8e86be48e62df109641e0b2c27890f28c3cfee06662c649aff 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.18 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,693.16 GB sent, 98.46 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.