Memory Pool Memory Pool Refreshing

102,092 transactions
30.73 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,432 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,649 115
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,431 (396,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
474,132 474,132 000000000000000000a9704a2a35c61db1ee9a552327ed6f8fc7d22a40d12218 1.00 MB 2,226 333
474,131 474,131 000000000000000000a1fb2b8c7d61ef59592caa9f7c77058b4cba1dc4582938 1.00 MB 2,090 119
474,130 474,130 0000000000000000008ea7da215877830e4004eb667f4a13b3c08d912a3262a0 1.00 MB 2,490 335
474,129 474,129 00000000000000000061df28a91840c240243453c1c61c23ebf6d83ed0c42726 0.46 MB 1,056 243
474,128 474,128 0000000000000000000f775963df04ab4a2d7b20b5eed7300a06f9776f810346 0.09 MB 198 374
474,127 474,127 0000000000000000011de97e07b86b89f1d416dc7a8435519d0cbf6e8f2b468f 0.33 MB 750 189
474,126 474,126 000000000000000000c6cc85e4713963c5863a4dcf8f1ed801cf307677d7801e 1.00 MB 905 49
474,125 474,125 0000000000000000001589dee7fd51427c7aaf693bdd4a9856dfdb88660ed588 0.44 MB 969 274
474,124 474,124 0000000000000000003d86541e205bd641d22c918553d5faab0610463fe0e2c6 0.13 MB 316 222
474,123 474,123 000000000000000000ea5af480627759e1c784a52ac1847d69e75d197739032e 0.42 MB 581 123
474,122 474,122 000000000000000000904706fe71b0afc696298e600acadbc61f2ccf0e3a997b 1.00 MB 2,154 176
474,121 474,121 0000000000000000003659d07c6dab6196712e951439eef25ca15204fb136f51 1.00 MB 2,431 190
474,120 474,120 000000000000000000fc82e8278f25bf05cb8700cae9583e6334f87213c20ef2 1.00 MB 1,815 368
474,119 474,119 000000000000000000cee7888ba624ae6546ebb9877e570a7e71f5536017dbc4 0.00 MB 1 0
474,118 474,118 000000000000000000106736d58845cebfc229d49b270dd3833bb80467e5edc3 0.90 MB 1,889 213
474,117 474,117 000000000000000000a37053f4c653fa2b828db1b59063fcb6520e7d763b6ae9 0.57 MB 1,419 209
474,116 474,116 000000000000000000073e6bd68f0cf2a41cda6fc2ab17aa23b9bf144b3ae1f8 0.40 MB 878 237
474,115 474,115 0000000000000000006438a1682b81f9dd5661cb3f50ec152daf1c29025617a0 0.49 MB 934 209
474,114 474,114 000000000000000000265140c85c163347c7ac3f8e78f05bd7cf6ba759f0cecb 0.90 MB 1,911 207
474,113 474,113 000000000000000001372890e632d06682e26dd118b721f88d2634102e939d4c 1.00 MB 279 21
474,112 474,112 00000000000000000014796854ca56f036c8ac638d7540de0b6cf3728a887572 0.02 MB 52 226
Previous 10 blocks ↓
Total Size: 700.26 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,288.08 GB sent, 212.33 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.