Memory Pool Memory Pool Refreshing

45,509 transactions
20.84 vMB
Show Random Selection Loading Transactions
Max Size: 128/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,985 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,063 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,984 (38,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
830,094 830,094 0000000000000000000102815afb8ba7e0782a1504a25b977bd6893019a32390 1.18 MB 796 12
830,093 830,093 00000000000000000001b7e89da548924b4ca577b6b7229c8d80553e390577f8 1.54 MB 2,688 20
830,092 830,092 000000000000000000003740df8be054bff8c291decd1bd45d9e2d5b7765455e 1.15 MB 522 10
830,091 830,091 0000000000000000000307490744631b4f17c5acd94c1070be5ceda8013071df 1.35 MB 860 12
830,090 830,090 00000000000000000000b1498997b6b26745dfb9c88829a24770bf35235e6917 1.57 MB 3,090 20
830,089 830,089 000000000000000000035b2af8be686a95270be52dfe10df27255b4a2ea482e9 1.27 MB 938 12
830,088 830,088 000000000000000000024c19659261ba4b106d909b31976dcf1a7292965b0efb 1.15 MB 696 12
830,087 830,087 00000000000000000002157d823325a357f9f1775349a8dc7b52c73ef81fc527 1.15 MB 426 10
830,086 830,086 00000000000000000000990473ff3d9314f75af6404874bf2e63e8ee083052fd 1.62 MB 2,242 14
830,085 830,085 00000000000000000001a34ae93f7282a33e29cabf582f7f7db5960cfc95d77a 1.65 MB 2,873 34
830,084 830,084 0000000000000000000340a9874161c57f04b936f06eccdce139511e9c9212da 1.46 MB 1,529 16
830,083 830,083 0000000000000000000360e08fa2b0e1830df67543f54197d1f544731961300c 1.44 MB 1,243 14
830,082 830,082 0000000000000000000058716264638f6910b2e14f82fefee28f076f65291fe0 1.54 MB 2,177 17
830,081 830,081 00000000000000000003b53a6e246da6dd7dbe6ef5becb954d650f04c189426b 1.56 MB 1,843 16
830,080 830,080 00000000000000000001679b3439aedaff89582df5ed2f93e4f46bf1e7d7b9fc 1.67 MB 1,252 14
830,079 830,079 000000000000000000008f408bf8e17468003d28bb1984d58532e211c8c09049 2.06 MB 715 10
830,078 830,078 00000000000000000001c46cbe45b6006f25fa0c98e74de8c620b884d4de1eaa 2.29 MB 1,135 13
830,077 830,077 00000000000000000000633dd6e5e0cb3c0550a05bc3c1f920319715157e777b 1.80 MB 1,146 11
830,076 830,076 0000000000000000000365c8b7f6fbbbf99ac6b1dfb041da2eb4077a63f29e8c 1.51 MB 2,241 22
830,075 830,075 0000000000000000000285421c63109db67778e91a6e2fe3af3d504d0c5d08e3 1.38 MB 653 13
830,074 830,074 00000000000000000001afa4ac82e269ce02448bb1d1e8bb97ca970de5153259 2.00 MB 1,970 12
Previous 10 blocks ↓
Total Size: 697.53 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,053.81 GB sent, 195.13 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.