Memory Pool Memory Pool Refreshing

4,695 transactions
15.05 vMB
Show Random Selection Loading Transactions
Max Size: 63/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 ago 1.00 vMB 3,835 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (885,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,088 23,088 00000000db456faac3feb1e592f424578960fbe5c32b14e64605f9d2f8165be7 0.00 MB 1 0
23,087 23,087 0000000009cf70518ceef4441a2f2bc1b6ee6f73bf5edac9830c32dafa1e8057 0.00 MB 1 0
23,086 23,086 00000000549f8d1ab8dc404208b42c89c011c641a92bedae02451acbc2c90b30 0.00 MB 1 0
23,085 23,085 00000000f3425c6704c417f9398b13fe0195772925888f6ab9bc11bd5533607c 0.00 MB 1 0
23,084 23,084 0000000028f6a3d279c5452a456ae571002e185c3bb72b8615d6df8387ffa157 0.00 MB 1 0
23,083 23,083 0000000098605fc9fc48d414b4a6500515ce9655ed5faaa7e26f1a0091880bef 0.00 MB 1 0
23,082 23,082 00000000a7f2e55aca71670795872829eb90824023a2a0c129a423f31bf1a9dc 0.00 MB 1 0
23,081 23,081 000000005cde3b6df8648437374b492e3630353e044643ed9247612362742090 0.00 MB 1 0
23,080 23,080 00000000471482bf5ffc196d157178e4437879e4a3dd9bcaa6abd71927c740bb 0.00 MB 1 0
23,079 23,079 00000000e6bc6f51500e72d775fcb2e340fb21ff9021ef63320be81c1980a4de 0.01 MB 2 1,031
23,078 23,078 000000003fc40dc056ec8f1c4f5d1119019c387eb3bc85e8d3290e1b3b90e35b 0.00 MB 1 0
23,077 23,077 00000000729789c731a91a157a8bc35ec4d6db8268cf73f9c21b9da4c40064a9 0.00 MB 1 0
23,076 23,076 00000000fba17a1322c2f98eb552cb6b6be0ddbba60f2107e78bc0db74b5ca6c 0.00 MB 1 0
23,075 23,075 00000000b1aff1e2fb7ea82fbc05bf55e6930cb9354f524c28589235ed4f893c 0.00 MB 1 0
23,074 23,074 00000000f59ed61fe8cdf25e91113abf4626928afa4ab2b1ff6203b904529cb2 0.00 MB 1 0
23,073 23,073 00000000520e086015ef8211bc35a2bedaba8bbf515a0db244c9d978fa859632 0.00 MB 1 0
23,072 23,072 0000000022fe9e8f36f74d39cf3896da52f84eb2b8bb54cd70093b3d3f5ec21e 0.00 MB 1 0
23,071 23,071 00000000b58b12d255e69fa12922842fe6437e70a7bf3c271042ca65aa395abb 0.00 MB 1 0
23,070 23,070 000000003eeda1f43566c3e3f2d4314f8e67014592708f998abb7172b3567688 0.00 MB 1 0
23,069 23,069 000000007a00c1d5e15f33b6068dca4e153d30a8b1b4a2d757ef829c8efc910d 0.00 MB 1 0
23,068 23,068 00000000e71de0650edbc1e8eaf08c0e705b9a87803823d6b5fd566a11f8ad8f 0.00 MB 1 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.18 GB sent, 98.47 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.