Memory Pool Memory Pool Refreshing

50,248 transactions
19.37 vMB
Show Random Selection Loading Transactions
Max Size: 124/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,061 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,013 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,060 (41,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
827,085 827,085 000000000000000000012de350cf1e80cf45c2f9e76f339ad7dcb4b0b9a4baf1 2.24 MB 2,688 46
827,084 827,084 0000000000000000000323ce36f1689aef220bc575f711c5bbc7e4e24bfd3df4 1.87 MB 2,419 40
827,083 827,083 0000000000000000000326e5609a1c159bc8eb59a740aa517cec35c1db9c34f6 1.68 MB 2,735 56
827,082 827,082 000000000000000000025cf7af7278658ae8f487a9d9aea777b31a09f13d345b 1.53 MB 2,926 51
827,081 827,081 000000000000000000030b3c784d117d49e51eaa825c44f3726826ecb8b9de26 1.62 MB 2,590 55
827,080 827,080 00000000000000000000f52e6411233e44e3928b04e3252b72667edd034e5289 3.66 MB 827 34
827,079 827,079 00000000000000000000d8edb2f7884c65492e948626fa9c04463407e6e9ae17 1.41 MB 2,095 41
827,078 827,078 00000000000000000003a230030eafb5cd3811a612fd0155840d3571736e6d97 2.96 MB 1,511 38
827,077 827,077 00000000000000000003ae2ae61f8f3b9f3e9e4cef0efc2dc615aceff6c342d6 2.56 MB 1,641 42
827,076 827,076 000000000000000000005466f458219a8b0b801778f8bb96ba24685f3283851f 2.50 MB 1,826 43
827,075 827,075 0000000000000000000003ab46bd7ce2a3b1af1cf7c66424a261ecd48c120d57 1.52 MB 2,546 57
827,074 827,074 000000000000000000032cbb335a3da1fadb60c7f288cfbd5bf6f85f2b8b1039 2.27 MB 2,448 57
827,073 827,073 000000000000000000006813b9678ecb7fa9fc5674256d3f70c93f8972dd7e6d 2.67 MB 1,989 56
827,072 827,072 00000000000000000003e3564769dd45f04ab0c036da104f55212d8f939a1785 2.46 MB 2,237 57
827,071 827,071 00000000000000000003b2d900e4c5eee89f47cf0af95f7e1dde0e8ce378a5ee 2.99 MB 1,411 40
827,070 827,070 000000000000000000037278eca6a6b407af15679887b7fe500204418899eef4 2.31 MB 2,467 65
827,069 827,069 00000000000000000000d0e53bccb62677b7abc4c932753d0e2eeaf820a127ed 2.48 MB 2,533 42
827,068 827,068 00000000000000000001af0e43b4a789589b5ebdb18e6f4baa6083be473f992e 2.35 MB 2,401 60
827,067 827,067 000000000000000000034bef5915830e8d2c5a2ab8f4eb2cbad30f4c974e1151 2.18 MB 1,609 45
827,066 827,066 00000000000000000003d78ef48ee700f04481d025eb9c39b834b98f7be50bab 2.44 MB 2,123 69
827,065 827,065 000000000000000000032ee5e7f6049904aff3a040bca67025bdd92a52858b4f 2.03 MB 890 39
Previous 10 blocks ↓
Total Size: 697.68 GB

Node Information

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