Memory Pool Memory Pool Refreshing

10,737 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,067 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (606,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,373 301,373 00000000000000004410a455f34e0f8db843b93e95a058a41e141d7702801a5b 0.01 MB 26 25
301,372 301,372 000000000000000020ef6a75dcf49e9945b69e005de906b2d1eba40ecfd5ce09 0.01 MB 23 31
301,371 301,371 00000000000000002c84d877be38bed2c98054060cb7b7cb54ef75878eba9a99 0.03 MB 12 5
301,370 301,370 00000000000000000118174d0ad2b3564b16d04326497b1be461c8df87f8e4e8 0.18 MB 343 30
301,369 301,369 00000000000000003e5acbb4abe2e0179bffd87f90c5c2a29a870f1bdc729ba7 0.02 MB 35 15
301,368 301,368 00000000000000000e498f7102e743978cc1e58bbac7d16cd83a675366a328c5 0.22 MB 418 37
301,367 301,367 00000000000000000260e0d258108515256f6a87062cfa1c792382a4def2081f 0.10 MB 145 25
301,366 301,366 000000000000000001e9bcda31bbd8bb357a6ea8251ed7cc3105ed4e680c8871 0.10 MB 36 12
301,365 301,365 0000000000000000733b21edd556438ffa7e636eddd627754c86415a51b33178 0.19 MB 194 23
301,364 301,364 0000000000000000674b60c327c54ac9fa07f1aeb9323d6b42b123bfb87fe73d 0.20 MB 239 21
301,363 301,363 0000000000000000727ac1a9c7d9036eeb4c2471759eff90eb0011d80c53bf51 0.07 MB 177 34
301,362 301,362 00000000000000006188c3c45b1d487c32acdc7825416627845764fe392619e1 0.06 MB 128 28
301,361 301,361 00000000000000002e29beb2953d7736dd763638c59bc130bb770049d70af4db 0.20 MB 356 35
301,360 301,360 00000000000000006bbb5c140abbdec442f4f4c701a056cb3d4621f5f5e3194c 0.12 MB 197 25
301,359 301,359 00000000000000001ac70b27cd706a80a0bf206f7cacd69612367377413aeeac 0.01 MB 11 29
301,358 301,358 00000000000000003a8e33772649d7c5ee1c9d3362cb2c864f2bcc2bfa12f1bb 0.11 MB 200 29
301,357 301,357 00000000000000007560698362f27ab3341bea4d90b923ae4f13a36437cfd15e 0.11 MB 209 30
301,356 301,356 00000000000000002f538d858bb5a23beb3c7b8350bc65ef10bccafa1f0b9c96 0.10 MB 129 34
301,355 301,355 0000000000000000577ac491b3a8a443209f0a6f9ac264f6bc442acdd41bc814 0.19 MB 300 29
301,354 301,354 000000000000000074822281746bace42cd151f0f84a5854588a4aa6688217df 0.02 MB 47 43
301,353 301,353 00000000000000006009c74d7236f934cbfc4818fffbe35bd38acb423cd1344e 0.02 MB 51 33
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.