Memory Pool Memory Pool Refreshing

306 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 305 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (882,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,102 26,102 000000007d2a3be75d8e49e6a4fde72c5af778ca128225a0a5d2c68db9ed4ee7 0.00 MB 1 0
26,101 26,101 00000000ca963097a942138f5034b757d1de03e37c4c8988cdc4280ceffb2e05 0.00 MB 1 0
26,100 26,100 000000003b8f260acf275f14b900f46a0c92d9196debe4f01cb1a1f9284c6b7e 0.00 MB 1 0
26,099 26,099 0000000018ecc846e285214e370c51c81424eff613762edf1f0fa3b634b5ca72 0.00 MB 1 0
26,098 26,098 000000007eafe18d57695db58b1822483a7c50bde90b786d160982b1ab379d3a 0.00 MB 1 0
26,097 26,097 00000000ba3c087259cf8708d11934006f519ae4cd57be87967865e9954d4122 0.00 MB 1 0
26,096 26,096 0000000055ca0e602148fbf69ee92744d4a4b2a757cac1353d7ad9682acde582 0.00 MB 1 0
26,095 26,095 0000000058bc228e75320d54383ebb5faa6c92eb1ec9f72ae67816bcf23b1099 0.00 MB 1 0
26,094 26,094 000000008aaad53e15bfe3312928521aa5bef8f6e6aa84c71cb5a94093a3b8dc 0.00 MB 1 0
26,093 26,093 00000000b2c81c4533c60e74e056b75e403f029dd523b204bdac1d5445325713 0.00 MB 1 0
26,092 26,092 0000000059409158c715cbfaf15f6373131828fde96dc8847a243bf9a4165de1 0.00 MB 1 0
26,091 26,091 00000000f4761ce02b97eca29ea9cb38d3c551aba51e774b0fa639ede22e8142 0.00 MB 1 0
26,090 26,090 0000000072ccbf4054a2bedca364629ae5d7ed5dacc27b18105e1bd395050f8e 0.00 MB 1 0
26,089 26,089 0000000026617182ceb1799ef4e64b2929dfa3449ea8ebcf59c289257b933803 0.00 MB 1 0
26,088 26,088 00000000db6f75e998e8a6becab31b0560d9ffb03822f200af4f59e69f714b55 0.00 MB 1 0
26,087 26,087 000000000461ebec345952660d6e4fe1a9db513e6483939847d8e1961b1c8122 0.00 MB 1 0
26,086 26,086 00000000002577d97ded2ad82323c49cce3fb6088949bc2b9e873137d4561ca3 0.00 MB 1 0
26,085 26,085 00000000edd55ea124d314c7d77e3899fd94cf3f5cc7b1b0735dfa76f356e717 0.00 MB 1 0
26,084 26,084 0000000090abdd2ad8b3fddc0e1ec3a18fd67374637a55d803cb05c760ed2dfe 0.00 MB 1 0
26,083 26,083 00000000ef512ca2503f7a89dec918dc0ff93cefc133edf836f086a31fd23e30 0.00 MB 1 0
26,082 26,082 00000000051c41d4047c9293d6a5a33d8ad39cc2e1ff5654e1e15208e4122e18 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.