Memory Pool Memory Pool Refreshing

23,245 transactions
28.17 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,451 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,580 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,450 (388,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
474,142 474,142 000000000000000000011bf23fd4e549a0a700777edd97dbb051f8e408a1fc56 1.00 MB 2,441 260
474,141 474,141 00000000000000000142295ace104f310955793015457334fe41c791437c5839 1.00 MB 1,712 359
474,140 474,140 0000000000000000015959ac210e48b9dc9dc187abfdba41d7366f769017af8c 1.00 MB 2,325 184
474,139 474,139 00000000000000000177ca30d25d74cbf2cd2314c8dea8096a2102875e5f652c 0.31 MB 507 111
474,138 474,138 000000000000000000186fc9210a4057c4601b83c3e353886ef2cad26de91171 1.00 MB 2,127 198
474,137 474,137 0000000000000000013422aca47e5f74413731db8773ac20df3a6fe7ccfe1cea 1.00 MB 2,740 356
474,136 474,136 000000000000000000b71dcf25a5d863835837c7249f1d48fa293862b26f5e96 1.00 MB 2,027 265
Previous 10 blocks ↓
Total Size: 685.02 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: 1,369.63 GB sent, 105.15 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.