Memory Pool Memory Pool Refreshing

4,512 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,953 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,705 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,952 (701,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,108 206,108 0000000000000101d02a048ccb4d5a9de2205c059cd71e1517785109dcac0f18 0.05 MB 87 124
206,107 206,107 000000000000039b026b43933372fb5067974bff6c7d2715ca00e4657100eca5 0.19 MB 465 211
206,106 206,106 00000000000001dec8e7e5d6f0fbce4b5f7dbac37f3bca6754509bed0dd78813 0.00 MB 11 132
206,105 206,105 000000000000023680744be5e7f20b61628339e3e0a9cb0437c3f4ef7204b71c 0.06 MB 104 179
206,104 206,104 00000000000003d97cbd1374cb0197529cfa507432c8e54055f76e5acf32db10 0.15 MB 440 130
206,103 206,103 00000000000004140ad2274b1af6506f4203ccda48ab8edd24089765e05e0fd4 0.00 MB 14 59
206,102 206,102 000000000000036f7cd25dd930c470eacfb769391318c1dcbb83b1ad73c710eb 0.02 MB 14 432
206,101 206,101 00000000000001f3a29994c16a187e40360bf07d5d08dbf534d0a102eab3a7df 0.32 MB 663 209
206,100 206,100 000000000000021ff136698ac582cfffa8d6f6e0e5a6803f72f64406c3f66c21 0.01 MB 16 37
206,099 206,099 000000000000004b430a38aea92652087922c8d94c5333e5598367240493c9e4 0.04 MB 96 207
206,098 206,098 00000000000001492aaabfbd55886cf6fc6a97e9a1ca044b69267d207c736b90 0.12 MB 253 189
206,097 206,097 000000000000039d4f628332ab6728160f59c89332051e193cb089e744d33c14 0.00 MB 6 0
206,096 206,096 0000000000000006cf97af8dec364c75b98d51013e2e8a00daa1ff2ed5ffa504 0.05 MB 125 57
206,095 206,095 000000000000004b821b91587f8e4c2fd9e57e4769d1a849afcbaac77fca0120 0.00 MB 7 1,528
206,094 206,094 00000000000002c2f758687fa2d97c3910080d996e6c3f868939a35d51feb486 0.11 MB 225 375
206,093 206,093 000000000000040fa0fa952fce49cecc325844d3289c01265f1eb047fca48711 0.00 MB 9 29
206,092 206,092 00000000000004e9f20465fb653780d6408805e462512108613b191dc34803fc 0.01 MB 32 134
206,091 206,091 000000000000025bc2181b09f1f0ab989ee5ce670458081e16d40c35621d07e8 0.03 MB 81 434
206,090 206,090 00000000000004df39b2b6c581cc62ea04bf4fdc5005186c9a6c8beb02edf063 0.00 MB 11 38
206,089 206,089 000000000000004727d4c05424fe68c29e82af99c6e5ed687aba85f258ad1cd4 0.00 MB 5 99
206,088 206,088 0000000000000273b6669546f9648627ba2df45a6b2e4c35e296e8703c0c301a 0.10 MB 140 86
Previous 10 blocks ↓
Total Size: 769.46 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,646.14 GB sent, 95.24 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.