Memory Pool Memory Pool Refreshing

6,200 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,794 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (77,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,927 829,927 000000000000000000012e906529541d26d0f64d6d222a64df7cfd485f09e6ea 2.07 MB 2,370 15
829,926 829,926 00000000000000000000f50d8ddb8b08ec34c75076f5b50e0026932caa4bfa93 1.95 MB 3,444 19
829,925 829,925 000000000000000000012f1db23a5502aca9399dd5859b79ed028f75048289a9 2.18 MB 2,163 13
829,924 829,924 00000000000000000000dd15aa8d9aee38290c8f23b40d2a100cff6f220417fb 1.59 MB 1,892 18
829,923 829,923 000000000000000000015d5633b482f32a88a8fd6a8c93face1641457ea28c71 1.76 MB 3,012 26
829,922 829,922 000000000000000000013df839eba342411913692bb4c636fc2a99aa6694ac0a 1.58 MB 1,810 20
829,921 829,921 00000000000000000002726f8e441470d0819ca1a81eaff342d7c808073dfb5a 1.87 MB 3,901 15
829,920 829,920 00000000000000000000d59125193ba7f04a96ce5f30134c5ffa1bc2a01fe04a 2.10 MB 3,220 17
829,919 829,919 00000000000000000000816338ca063e3bbcd80f337edd0ebbdde65531df4d02 1.93 MB 2,711 21
829,918 829,918 00000000000000000001cae7886d040a945cb8a36c7990bb3356dba974095ab5 1.84 MB 2,294 17
829,917 829,917 00000000000000000002443b18717995b12ccae380056c1cca04b8be29d33c95 1.59 MB 2,642 23
829,916 829,916 00000000000000000001e3ef01f2f4e2bdfdc280d8a8884d6ddd0824f1425654 1.43 MB 2,056 31
829,915 829,915 000000000000000000015647c5b6ee36510460569e47f5178535afed7f486cb7 1.90 MB 3,247 19
829,914 829,914 00000000000000000002df7ebe0263f4d9a45b753990a80662dd575cafbb2a81 1.90 MB 3,065 14
829,913 829,913 00000000000000000000cfc987ead0545b9e85cfb32a27b3a045c1c0887d4475 1.71 MB 2,206 17
829,912 829,912 0000000000000000000048864f1be74a7a113aa19baf1e8f5ebb8afff2b7d329 1.87 MB 3,186 14
829,911 829,911 0000000000000000000176131474f261867dfbe3d751a1113ca9e27961a05c3f 1.98 MB 4,062 16
829,910 829,910 00000000000000000000c669f7ff14cc794c6106a9764d36b9ce4442aa27fd7d 1.99 MB 1,656 14
829,909 829,909 0000000000000000000228656a9d68ede67e74051a86645535a4d5a72a98fe4c 1.32 MB 1,349 19
829,908 829,908 00000000000000000000fceb681a26c3bbb5849cecf80e97ac473470a09f8743 1.50 MB 2,717 30
829,907 829,907 000000000000000000018ee3780d082b5524f96eb2b89ed12e8ff43c11080ff6 1.67 MB 2,408 21
Previous 10 blocks ↓
Total Size: 769.21 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,634.37 GB sent, 93.99 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.