Memory Pool Memory Pool Refreshing

29,304 transactions
29.97 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,612 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,050 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,611 (13,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,829 849,829 000000000000000000003c7bdb303d7c79400a1d04aa3ea5f9d62fac84226f26 1.74 MB 3,601 8
849,828 849,828 00000000000000000002400d8f946aa5bd1064232926e2ba9a979a383f83b802 1.67 MB 2,436 9
849,827 849,827 0000000000000000000022ef482b0032adeac6e1a5440baac058517305e10f2f 1.71 MB 3,370 11
849,826 849,826 000000000000000000033c4a2812eae8130368fe822c122ac64b65f5c1d9b0f1 1.68 MB 4,176 11
849,825 849,825 00000000000000000001d06ca07c8667edc2de4be045712bfd3e585a6f339c63 1.70 MB 4,262 16
849,824 849,824 000000000000000000015a173ee971b29e186eca5a01a815245ff7bedf01ed81 1.60 MB 4,632 15
849,823 849,823 000000000000000000026fc84ccad9042b5236b8d17f3e526eef3a49cf65fe0a 1.64 MB 3,681 16
849,822 849,822 00000000000000000002563db4e29afc81a894ec202a54dae177b075b3d0d608 1.56 MB 3,991 18
849,821 849,821 00000000000000000001960c057db13383d47982e82872736cdb5c60364aece6 1.59 MB 3,862 17
849,820 849,820 000000000000000000016512b6531ffe2375dd47009e9e35cc8ff4a600aa9574 1.49 MB 3,550 17
849,819 849,819 0000000000000000000038e5d5eb0cfaf2b7c3a2fc235b89ac164c6b98466c3d 1.56 MB 3,574 16
849,818 849,818 0000000000000000000207876d1b2cedb94aea013cf6fb3e064dab02e0b98118 1.53 MB 3,198 34
849,817 849,817 00000000000000000000e6be14d209fd368159a65499be1a7150a7eb0a09788a 1.63 MB 5,668 8
849,816 849,816 0000000000000000000069d0078b85e581ca2c37904802aea85828eb26f55e03 1.72 MB 3,601 13
849,815 849,815 0000000000000000000185eb507aa7446104f417ec5e1b987f8dd41e060ef057 1.62 MB 4,334 16
849,814 849,814 00000000000000000000529ca6f87a0adcbc44fb331160ae89abe79ab2b41924 1.72 MB 2,758 9
849,813 849,813 000000000000000000004a85cb4c9fa208353cd21349dcf6feb3b21c49349619 1.60 MB 3,429 22
849,812 849,812 00000000000000000002b335f06596f17c83854f341b0742157278546a5da233 1.63 MB 5,860 8
849,811 849,811 00000000000000000000f0cbf028b067483a8ee2554d2ae7eed72de8ff2d9718 1.76 MB 2,355 13
849,810 849,810 00000000000000000003061605be693df05c705be52afb579f9e125a1c0b2acf 1.75 MB 4,489 10
849,809 849,809 0000000000000000000214a7abdae3a9b810a236e3f8f0f4ebb266a963e6dbb3 1.84 MB 2,951 12
Previous 10 blocks ↓
Total Size: 687.28 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: 1,513.44 GB sent, 120.97 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.