Memory Pool Memory Pool Refreshing

28,060 transactions
32.11 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,864 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,729 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,863 (388,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
474,163 474,163 000000000000000000d048236f91ae3b6155ee2f6cc601390e6bcfde7c422e4f 1.00 MB 1,507 164
474,162 474,162 0000000000000000009b6f4e1df4edef2fdeb4862b3a709489325d47cada3202 1.00 MB 1,871 359
474,161 474,161 000000000000000000446cdd45746f969b43e8f4d6c4d6bc29432787b4c25120 1.00 MB 2,083 295
474,160 474,160 00000000000000000081808de76ff07be8bca66f3117e42810f723b6a40b9983 1.00 MB 1,903 292
474,159 474,159 0000000000000000007e0d895880152122ed04be5df71f93a260f8ea53ab6b32 1.00 MB 1,949 101
474,158 474,158 0000000000000000015ff46f180f6c43ed934216280b73531328e95fd86241b9 1.00 MB 1,998 235
474,157 474,157 0000000000000000015c45d7569146dc9eb598b0e6d2e54d83c5d342259efca6 1.00 MB 1,883 335
474,156 474,156 0000000000000000002f1cc842416527159879ae5dea6c17e515861cddcfd663 1.00 MB 1,129 127
474,155 474,155 0000000000000000001b146d05ca74f1695980b3b88349b708e58ac8adc42ecd 1.00 MB 1,250 219
474,154 474,154 00000000000000000108f1cf48f90f6309a0791c415f52e989814b472c0eeab7 1.00 MB 1,938 198
474,153 474,153 0000000000000000005a1f678d19162c21b863a80c9574e423be853e1d1c5321 0.99 MB 2,138 343
474,152 474,152 00000000000000000105dec0d0648be1305ffae980f994a875e28c9419abd6ab 1.00 MB 2,213 67
474,151 474,151 0000000000000000001a9185f6391a52889d0096e5459ff5b20ea53a4d837d33 1.00 MB 1,965 49
474,150 474,150 00000000000000000185a43d1a145e5a2191f6f3ccab47cf5051879da5d34afe 1.00 MB 1,798 174
474,149 474,149 0000000000000000015e8e1f75ab7255142665d935cc4025ba0bae1b6dd5cdd5 1.00 MB 848 152
474,148 474,148 0000000000000000013d2fde56d0f32400935266914a591a1dd5330efce15316 1.00 MB 542 150
474,147 474,147 000000000000000001510355f40dd00bcb57d15c6f1e6207dacc3455e713b5cb 1.00 MB 1,937 297
474,146 474,146 00000000000000000077d4c2e0fb128b8f1bfcbe547e44cef3ea05cf2fd0d9e3 1.00 MB 1,464 260
474,145 474,145 0000000000000000011a053b38e61d94ccf0d6030f81fc0f648e1bdd8cea36b7 1.00 MB 2,431 327
474,144 474,144 0000000000000000015a984107ab7a043cd4d136da06580d7edc9d659d35f686 1.00 MB 1,889 105
474,143 474,143 00000000000000000184a5bf23eca47d7c7a60965cf4dcdad3b8f6af62bfc8e9 1.00 MB 1,688 99
Previous 10 blocks ↓
Total Size: 685.84 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,406.61 GB sent, 110.81 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.