Memory Pool Memory Pool Refreshing

12,410 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (701,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
206,087 206,087 00000000000003778eaa2a830f0a774eb479b93e325695192b2ae4576387bba7 0.18 MB 460 271
206,086 206,086 00000000000001d52f3e84256205c197d0045a2b683ed022d041853ecedd2a72 0.12 MB 197 164
206,085 206,085 00000000000000fa0421ed7b2cc1eb22f866976cd96c788603ea073bf90b4e2f 0.05 MB 128 485
206,084 206,084 00000000000004f2140f2498d897cd6162a8aa159dec44ec50ec9dc43d168292 0.07 MB 127 141
206,083 206,083 000000000000005383576a0731669a958a1735057db1491ceac0229631505cac 0.05 MB 142 293
206,082 206,082 000000000000017dfed22d78174d1aa5d34d18b843e63ec05055ceea43ac862c 0.31 MB 636 174
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.