Memory Pool Memory Pool Refreshing

4,937 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,628 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (743,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,305 164,305 0000000000000903d4b0c5393ab89e2ebb51d26cf57b82a7c651c1aea6f4cf9b 0.02 MB 27 106
164,304 164,304 0000000000000cbbe97b4bf92fb671835afd12a72e9fa924b9c127203a970b7f 0.00 MB 11 67
164,303 164,303 00000000000007c812025937dbcbdea10b3a3ab442641ec53c6621033736e6ed 0.02 MB 32 233
164,302 164,302 000000000000027d70e8bd043f76f73399edfd5aaa33816547d3e3ea07f3205e 0.02 MB 46 128
164,301 164,301 0000000000000215364d032df63d9a6f7550a56cd0738d5c8d44ba5cd6ab1a5d 0.00 MB 12 56
164,300 164,300 0000000000000b205a09ab7db81fcefd6463af17c07022a7aafcb306fe47aeef 0.00 MB 9 0
164,299 164,299 00000000000006242b3c66ef48045d1670c3c79d3541899e53f835d2fef69510 0.02 MB 28 35,266
164,298 164,298 0000000000000922d4f0a771abcfed1e638ba4c89537f3d0646a792b440953eb 0.01 MB 18 108
164,297 164,297 000000000000033e96c07ac058332adab79902ba643758113b4b7e78852306eb 0.00 MB 11 44
164,296 164,296 0000000000000a5028c44f53fb7dbf26d28997dd4cd6e6d9d2da110c486cff43 0.02 MB 39 72
164,295 164,295 0000000000000836f5afe9a582f2cced32d1ae9984e78a926b4ed823ac674a6c 0.01 MB 32 246
164,294 164,294 0000000000000610cef4e534e750ffb73f7060a2cd93ec4083e5f9a32cd2262e 0.03 MB 68 163
164,293 164,293 00000000000002b68a35a3991a8f9e2662f4d9a8fcd55ad4d873c098b5c6847c 0.00 MB 11 14
164,292 164,292 00000000000000a507944788eb29cd6c70c1e517438381e609657cd565f30ed2 0.05 MB 132 137
164,291 164,291 00000000000001c3866e264d589c07b4082bd37e13cef63ddd7410680c44173a 0.01 MB 35 209
164,290 164,290 0000000000000c3e0d8499060df0760a204bf1160f861a026e209763780b42ad 0.03 MB 48 102
164,289 164,289 0000000000000bbfe82939a7df813eb0ae0e315941d5a6a11cd45300455fd97d 0.02 MB 37 187
164,288 164,288 00000000000003ba8945000039ef4b3dfa8bb39dd0efeaf64dec2e614a37df3a 0.01 MB 21 46
164,287 164,287 0000000000000b2032edded53f0cc221d897e94b79ee963fd7a6fc54828f6b64 0.04 MB 69 258
164,286 164,286 00000000000004eabc68fec6fa7196a45960c91f7d8d369625d15027613dbbf3 0.01 MB 17 77
164,285 164,285 00000000000002c8a26120091a07aa93f15371ca24d7e30b6be67e5f1913841d 0.00 MB 9 304
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.