Memory Pool Memory Pool Refreshing

34,386 transactions
20.41 vMB
Show Random Selection Loading Transactions
Max Size: 131/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,689 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,617 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,688 (78,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,907 790,907 0000000000000000000560de9902636195d4f59450c72d8c1b296a574cf2fa0c 1.57 MB 4,007 61
790,906 790,906 000000000000000000031f91312ae7760c41b6fcaf12535eba6931a0ede5fefc 1.63 MB 3,769 62
790,905 790,905 00000000000000000001bf1d92632a0c29685217d197c24ce07f988c9eb96241 1.83 MB 3,053 83
790,904 790,904 0000000000000000000516b62182bba69b0e97526bed510bd46c2bbe92ad8312 1.70 MB 3,890 50
790,903 790,903 0000000000000000000472cd19b20d4744d4fbdc885ac0ef53ef380a8f65cbb9 1.60 MB 3,853 47
790,902 790,902 00000000000000000000acf29c078aa10ae22895d7a68ed9f203243509b5bc44 1.38 MB 2,551 55
790,901 790,901 00000000000000000004042851056a70d7a876b529435e32927d1c1cb3f293c5 1.60 MB 3,725 63
790,900 790,900 00000000000000000003b2ec57a7d29bd5bfa8871489f5665ec79251d23535b6 1.74 MB 4,387 71
790,899 790,899 00000000000000000001dd643c8da065022d5b2005ca90878bc311ef77193eb5 1.72 MB 3,590 109
790,898 790,898 000000000000000000015743ad6e5febbb4bbb05a45e7446c52b3efa1ddce878 2.09 MB 2,659 68
790,897 790,897 0000000000000000000167e60d0d225e64353b8d7e7a54e34ad87c02315fa00e 1.78 MB 3,629 31
790,896 790,896 000000000000000000016d50c8980419f9de8f3e939ac3543247360e74e0c8bd 1.74 MB 4,514 64
790,895 790,895 00000000000000000000a2d83238c9d5da143e7dbd4792d63fd6b27f53ffbb71 1.87 MB 3,444 39
790,894 790,894 00000000000000000001b72bc4821a84d29ee00e3ca2ba73c894cf3c7920ca01 1.42 MB 2,441 36
790,893 790,893 000000000000000000022cce9496b671d4850eb7597848d49aac2369da42f064 1.81 MB 3,967 59
790,892 790,892 0000000000000000000568b2be5dcd604ed61125b28375253f2ce4eee9604a3f 1.70 MB 2,767 69
790,891 790,891 0000000000000000000023f37a257a98b6200ccd1f7c99ce3a8f746fb29b136c 1.88 MB 2,690 91
790,890 790,890 00000000000000000000d47a74b8131f871f78b03ed737dfbd1ab42a0764ae7e 1.87 MB 5,101 32
790,889 790,889 000000000000000000051cccbd26c287e33a53df90745a48e2a5fff33ed83e87 1.64 MB 3,846 39
790,888 790,888 0000000000000000000188340cfdc66b8bc12a6124e921133cda5486735c55c6 2.04 MB 2,279 27
790,887 790,887 000000000000000000003a332bce9fed322ba1b9b6c7f49642471304956cb634 1.51 MB 2,800 44
Previous 10 blocks ↓
Total Size: 698.87 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,101.35 GB sent, 203.14 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.