Memory Pool Memory Pool Refreshing

1,070 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,063 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (283,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
624,095 624,095 0000000000000000000b3f47b6b88463acc1b831b0d50c3664d7038defa9970d 1.26 MB 3,024 25
624,094 624,094 00000000000000000011061cd54159b7ae47800b04678538b57308d9fb8aa565 1.36 MB 2,838 24
624,093 624,093 0000000000000000000309bcd9d6348fa178f666750e955f8c027e4e5498b1d7 1.23 MB 2,887 50
624,092 624,092 00000000000000000013d90c3567727479f8960b1283f6c2e197fbe514b9cecc 0.19 MB 418 17
624,091 624,091 00000000000000000011f8534ea2f5714509be0f7d524d5da2a19086af1f8a9b 0.60 MB 1,263 17
624,090 624,090 0000000000000000000100762835180c25122942de0e71559bd59d19a9ece078 0.04 MB 105 18
624,089 624,089 0000000000000000000b7cd14b4df756f1341902ea2070192ed96a07e31e62b4 1.07 MB 2,278 18
624,088 624,088 0000000000000000000b9bbfac822486bba2e1cd92203d8df0a862cc179b0df0 0.66 MB 651 3
624,087 624,087 00000000000000000012e480aa185c8fff8ff9fe0f099a03faf9a703dafae4da 1.22 MB 3,000 9
624,086 624,086 0000000000000000000957473cfe5b35f143b13ed0125b5d02e8212bf56ff505 1.26 MB 3,113 34
624,085 624,085 000000000000000000135ae82d698af18ba2afeeacc45381856988ac810a0d47 0.89 MB 1,937 19
624,084 624,084 0000000000000000000e23f52f77c58da64640ddfc309befdfd317be257d43b3 1.06 MB 488 3
624,083 624,083 0000000000000000000a5a80f7d96ff760fda969d76968fe10f5e3b4a9722a06 1.16 MB 802 3
624,082 624,082 00000000000000000000248c08bf4adef410c0b0b882f66003a522ce15cd770b 1.33 MB 2,226 10
624,081 624,081 00000000000000000001e616ac47e95751029c5bf558ee6cf182f9df29238e4d 1.06 MB 1,145 8
624,080 624,080 000000000000000000121d3ce7ae90e31158f6b81fd0b7f29d00322b2b6fb15f 1.15 MB 2,230 15
624,079 624,079 000000000000000000105ab6be4816696794179415303f4fa8ea372c04b7ccc2 1.23 MB 1,914 16
624,078 624,078 0000000000000000000edabaa8ccf7f3e4ff3bcb58b562431f87e2a28ce38aa1 1.24 MB 2,592 21
624,077 624,077 0000000000000000000bdf976e51acb1a073c078f9229ddbe2b2eda41179359e 1.31 MB 2,617 32
624,076 624,076 00000000000000000001cf0cf8e5b6a31ed2ac27d8426a8ff6fca06e0173ce35 1.17 MB 2,157 22
624,075 624,075 0000000000000000000caf8874ecb6d10a8404ecd5fa1995ee5353956d1de6f8 1.20 MB 1,944 15
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.