Memory Pool Memory Pool Refreshing

6,839 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (554,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,744 352,744 00000000000000000b2b3566db390e6824ddc8b73af3ec23d07c9cb750461de3 0.02 MB 58 22
352,743 352,743 0000000000000000087348fe1e90d70e9edd00f5177c8af55dd356e364ce4555 0.65 MB 833 18
352,742 352,742 0000000000000000024ad07af35c3f4837f0f41dc516aa375043ac19321c18d0 0.75 MB 428 14
352,741 352,741 0000000000000000133eccaef958db6a320a413273f316a74457e4d27f1b69bf 0.75 MB 1,617 33
352,740 352,740 000000000000000001ea55c3f0d88fd5426559ab21e9cc003d67033e340cadd0 0.09 MB 168 20
352,739 352,739 000000000000000001d35786b3597b0e5ffe3c98d61fe8d04eab6da4aad4c560 0.10 MB 73 7
352,738 352,738 00000000000000001635f2d517b3de81724b2adaa2a92bf9db38b51f7826ab3b 0.30 MB 548 30
352,737 352,737 00000000000000000e3ef408089b9e9bb286be0722e02d3a4fcd12e25bddde9a 0.10 MB 58 2
352,736 352,736 00000000000000000f06847265091dec53074b2851830d7fb2d467b991e08b3c 0.15 MB 271 24
352,735 352,735 000000000000000001a5e2dbe5904ac65be9a10e20da81fa70fa1b4de4a6831b 0.16 MB 346 28
352,734 352,734 00000000000000000fda9a3235d3429995613f64e1075fc08ae5612e052dae92 0.21 MB 477 27
352,733 352,733 0000000000000000027e657bc0cb96e72c3fefbcc2e4fb6e5fb6a0204710c363 0.13 MB 292 26
352,732 352,732 0000000000000000112ed68813ea96c6623a1e5e3a984aab353a4c2787673ace 0.10 MB 67 6
352,731 352,731 00000000000000000671c5d06306ed3146aa891895fdb75e916f0eb997733c4d 0.44 MB 1,012 29
352,730 352,730 000000000000000015cef0a4650d20a6d443bd1d9025f4ae2c308a6861b3622d 0.15 MB 331 32
352,729 352,729 00000000000000000cfdf52bfaad373a7e8b57c92744712c9660140f71c9c490 0.17 MB 404 32
352,728 352,728 00000000000000000c3e05672051e19fe46f9d1caaaa20bf413bacd0cca0ccb8 0.08 MB 132 25
352,727 352,727 000000000000000015d8a0e1714af9bff43b6f895282494656548ab182a3dc78 0.11 MB 229 22
352,726 352,726 0000000000000000019dd2cfc201e4f772bdadc5eebe43a3a0c92edf90f7eb5a 0.12 MB 206 30
352,725 352,725 0000000000000000129c975537981ec445502cb28b0ce20468da147ca5fd9e47 0.55 MB 990 25
352,724 352,724 0000000000000000034100cc5793c793102ae8998973aa1a948d9226026f1e54 0.10 MB 199 27
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.