Memory Pool Memory Pool Refreshing

58,041 transactions
25.97 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,637 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,504 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,636 (58,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
810,916 810,916 00000000000000000002cc2272ee46ce9b8efa96c8f5b6d6f3188f791b3536f1 1.50 MB 2,684 32
810,915 810,915 0000000000000000000245c41194c15d0a8f856a2efb686e7f66ad686074512c 1.21 MB 1,047 24
810,914 810,914 0000000000000000000047139ef51e9d3af24942a5490c5723aa7d7a048471b7 1.39 MB 1,332 16
810,913 810,913 00000000000000000003289967ebbbd99ac00ecdc93052d440e32605aeb54c77 1.03 MB 323 7
810,912 810,912 00000000000000000001c2e408d874521590cd33ea474519f61532599eee3409 1.61 MB 2,279 31
810,911 810,911 0000000000000000000114911b6078787a754e90c0f883d2d6e1a819d792653a 1.59 MB 1,881 13
810,910 810,910 000000000000000000037ebad346d7fa772fc4c8b03738535421076141e83ebc 1.38 MB 2,704 50
810,909 810,909 000000000000000000013946414b4a5639e972d983d0710bfcfe1e5b442c5636 1.57 MB 2,691 31
810,908 810,908 00000000000000000001d18a6720a8b0fe4aba039c3eca58270cb23a63ef6470 1.65 MB 3,397 44
810,907 810,907 00000000000000000001fe1d6da07c23f61d49bd20e637f53a227f5b6cf428aa 1.49 MB 3,496 63
810,906 810,906 00000000000000000004d144d05c5b9678748a76b21c50c55397c7db4e668376 1.61 MB 2,016 15
810,905 810,905 00000000000000000002d17d8f0633fcbfce76ba2a27a590d3330e7b6bb50a1f 1.43 MB 2,288 23
810,904 810,904 000000000000000000038bdc3bd6a685b5e927dc3470e84e47bb341487e66d9e 1.47 MB 2,641 25
810,903 810,903 00000000000000000000122a9b84f9a3ccd609e46f828fe204acead6893b4432 1.50 MB 2,653 32
810,902 810,902 00000000000000000004a61996441e0c0c777625115c2a3d201fc212012d4138 1.27 MB 2,052 50
810,901 810,901 00000000000000000002033331b4955e370f9f292b0f7e05aada16cac8fbef5c 1.70 MB 1,864 17
810,900 810,900 00000000000000000004171d4b4e9f34ec5ec683e9f73a6957fb37d07bdea031 1.77 MB 986 4
810,899 810,899 000000000000000000016092b7894a5ed432bcdb3eb1a9387e9b168462579f54 1.21 MB 453 7
810,898 810,898 00000000000000000001059c9eb5cd38df9662d7b9c0a08bc05ff82353caacbc 1.33 MB 817 14
810,897 810,897 00000000000000000004ab782cfed84f3d95d8b4c5ea6b144be4769d7b711fd1 1.32 MB 634 12
810,896 810,896 0000000000000000000380f019644d458d5566228a50252649fe353df1b11b88 1.19 MB 1,275 19
Previous 10 blocks ↓
Total Size: 698.77 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,099.22 GB sent, 202.63 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.