Memory Pool Memory Pool Refreshing

8,958 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,825 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (681,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,323 226,323 00000000000000d0bac81949e4eaa1ff25c25f37c93c5a90a77885571914ba49 0.07 MB 162 301
226,322 226,322 00000000000003244758e9fb1055a5d1d198624077273a1bcaeccb7bfa1b9e73 0.07 MB 146 199
226,321 226,321 00000000000000fae1d5e8951ccb279bbf97e1437f2283469075238aa2c47e17 0.11 MB 198 167
226,320 226,320 0000000000000208a902f27e40f7202c98ea4a81953c5c79d59e6443df705354 0.06 MB 137 191
226,319 226,319 000000000000014269c0eeb03a415841b83286b66bbb7af94c6008145a34556a 0.07 MB 154 290
226,318 226,318 0000000000000056319caba34dc84a9d92827c597880b04d9bf2243148a08cff 0.09 MB 183 274
226,317 226,317 0000000000000279572bc4e21fc683406b609bc7a5eb1972572d4815afcb924c 0.00 MB 7 46
226,316 226,316 000000000000006930d1fd3afd50c871afba36dd64123410511557dc93836d36 0.02 MB 50 193
226,315 226,315 00000000000002b9066b643d4ce6acf1d37121e838036a7fbd9fd78d520cc3bc 0.04 MB 70 197
226,314 226,314 0000000000000368762f71bf531a29341e1fbd0300296f45f7c49185e791336b 0.10 MB 161 152
226,313 226,313 00000000000003702a15c13af4842713749edc25b395c0d095031818f17b24f9 0.02 MB 55 205
226,312 226,312 00000000000000dbc3a82d7c2ac63646cf3afae281566ac79a431438757972a3 0.05 MB 142 285
226,311 226,311 00000000000003110aab7ae1f52d2db2fed1bfdebc31612c82dbf11d48107563 0.04 MB 106 249
226,310 226,310 00000000000001a3fa60f1b97e93bed5d049ecd40ebad751c8b3cf51b9f4e147 0.06 MB 110 222
226,309 226,309 00000000000001ef4fd98c7f2309518fa0a9b24f8243a9e19d905a86621355d3 0.04 MB 117 22
226,308 226,308 0000000000000186a5011f07d96dc609b6383f4c31deca1a5ad120635feac014 0.05 MB 101 160
226,307 226,307 00000000000002cfcdbd0b24ca1588ebb7b955d6a4c7ceceb47dc687b798d4b8 0.06 MB 135 266
226,306 226,306 00000000000000a2e174b92cd084cafbcb5fd9c7e521540e95916cbd4b1ad777 0.01 MB 10 15
226,305 226,305 00000000000001eb83f6b398c49f337bb51a33e589c317593baa357c87067674 0.08 MB 177 262
226,304 226,304 0000000000000148b36ee7847be14c99c50ff4f1098b0436c4ac15f4954464d1 0.00 MB 4 30
226,303 226,303 00000000000000fdc891ebc284af3644087d429645f74de9009aa7e9eeca8a36 0.02 MB 45 182
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.38 GB sent, 92.72 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.