Memory Pool Memory Pool Refreshing

71,328 transactions
27.53 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,063 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,490 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,062 (105,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,897 766,897 000000000000000000028c74dc597926b5030dcdf2a7bd1ef259f3155dcdccdb 0.98 MB 1,421 8
766,896 766,896 0000000000000000000038b036f465b621a1584d613188f85f0ab61655fa489e 0.08 MB 194 10
766,895 766,895 00000000000000000004d2776eee0d343d2c3da4b5861b33649384495a3c4985 0.56 MB 877 8
766,894 766,894 00000000000000000003266bbca4104e56d79074a2991d96526bf800f2a8e018 1.69 MB 1,521 5
766,893 766,893 0000000000000000000780c8efddbcf41bcba228ff1ede75a66429700f8cf9ff 0.09 MB 175 9
766,892 766,892 000000000000000000032f5958d615f9fa7a4426c8caf3ac694b8ea3b9c2bb9f 0.45 MB 576 8
766,891 766,891 00000000000000000007dbed1c9dfafc92a207f4260c456429208c32b9cae43a 0.08 MB 232 12
766,890 766,890 000000000000000000032d5b2cd4a92deeb13ee6e9d5ef0f91315fa5781ba1c4 0.15 MB 302 9
766,889 766,889 00000000000000000007fb6bfb1811085a87798fee30cb130a79bff1f2e8a7ea 1.23 MB 1,352 6
766,888 766,888 00000000000000000000bb4298cac115314895090eb998518018e9916561f0a0 1.55 MB 2,413 10
766,887 766,887 00000000000000000007536c30b72a98c93f2e7e8999ebee7c100622fe86cdc1 1.40 MB 1,810 8
766,886 766,886 00000000000000000006f755328377ffbce5e2d5153f0375d762a3721c9ce8ed 1.55 MB 2,201 5
766,885 766,885 000000000000000000011990d9509ac7a6fe26fa62ed1bcffc4947b4cab21dce 1.44 MB 2,997 12
766,884 766,884 00000000000000000003406dd9fa49b55fe34ec771b3e21d12035c9f362574a5 1.71 MB 1,542 7
766,883 766,883 0000000000000000000600dc154d19c5bd0ba8ce20efb94b39fa3aa67a37e5a2 0.04 MB 53 10
766,882 766,882 00000000000000000001c713524638f4b6fb8a7acd3c796755f98abdb4924e18 0.63 MB 985 9
766,881 766,881 0000000000000000000596eaa20b6481c5add8a5b52bef2e616f25e4411ab980 0.38 MB 273 4
766,880 766,880 0000000000000000000271c305c8b7ef21d331bb997004f92de51a7a47ca148f 0.77 MB 255 3
766,879 766,879 0000000000000000000482373daf7bc3f7bd79ea8819eddef960a52c190678ac 1.97 MB 1,117 4
766,878 766,878 000000000000000000069c7f1400cd2480599b99159030afad51694496e63d3e 1.12 MB 578 3
766,877 766,877 00000000000000000006b94559bc658a1892dd10ec4a460fcecdc950e4d53246 0.59 MB 327 4
Previous 10 blocks ↓
Total Size: 703.32 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,588.30 GB sent, 233.60 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.