Memory Pool Memory Pool Refreshing

5,724 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (581,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,105 326,105 00000000000000001f34af265e01644498f2c04161482a0b91d3df63f36c9c7b 0.28 MB 361 23
326,104 326,104 00000000000000001b53e3af773ecc84dd8ae22b3a4de4788661fc0421d16a51 0.01 MB 33 22
326,103 326,103 0000000000000000038a4e740ce33425bd2aa5bbf03bc94a3bafafe1060f0448 0.33 MB 283 12
326,102 326,102 00000000000000000f4d6b91dec8c8813756779d03ce49a6b19dbd72b891dacd 0.20 MB 242 19
326,101 326,101 00000000000000001a6bb1bf7681a4c2281276f4d6589bceafa23455bf213613 0.44 MB 727 23
326,100 326,100 000000000000000005cbc66e0a9caa21ecdf4a3ddf68b6cdf973d7c60f5ee866 0.75 MB 1,413 25
326,099 326,099 0000000000000000159cf1dc2b5937ada30390e10c37179dcd4ed6081a31f2e4 0.50 MB 1,530 45
326,098 326,098 000000000000000016bac818e27a6c9b0a7d64c760822d54cf4ce3fa287b00bd 0.41 MB 833 31
326,097 326,097 00000000000000001d027b52185b2a1267e0de88194ae1168b6da2caf08763cc 0.27 MB 470 26
326,096 326,096 00000000000000001a2ba28e41722d366ebe58604d1a2d32f72fd4e9b4fb524f 0.33 MB 500 25
326,095 326,095 000000000000000013d4799d3cdb3c0aec53a8e75922ef6cdd5c155e878bd47b 0.09 MB 168 31
326,094 326,094 00000000000000001f24fc1858e20f9c9dd4b9db31480e0f53b5e24d5e7ef885 0.10 MB 173 18
326,093 326,093 00000000000000001e261019c24ac1eaf9635444415c9aedc3de82cab38f943b 0.04 MB 88 32
326,092 326,092 00000000000000000186e562e775c78845b6d0151595b6e7f97931055407ea78 0.43 MB 785 28
326,091 326,091 000000000000000000024b7dea2b63b4e2be64ef1663369fe2f22504587d094b 0.46 MB 642 26
326,090 326,090 00000000000000000aaaf4dd84c4084f12d16786d3e47d98e2bffef39520ae36 1.00 MB 1,918 30
326,089 326,089 000000000000000008198f94ec6e6d202d2f86672d86e0518d158fe78e0e53aa 0.05 MB 120 27
326,088 326,088 00000000000000000cf8833b42208145eb642606bf4b2ddf008dce48906483f8 0.04 MB 59 14
326,087 326,087 000000000000000017e6d5ee85a384f1c64e8cf77dea1edba8a52ca12874b2c8 0.13 MB 251 28
326,086 326,086 0000000000000000172b27889865ebfa5905b26be4acd320585808bd18129938 0.19 MB 419 28
326,085 326,085 0000000000000000022eadf04aafb06f7120743c24c232eea044a41487d2dd25 0.75 MB 1,534 30
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.