Memory Pool Memory Pool Refreshing

80,007 transactions
34.55 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,255 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 6,103 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,254 (44,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
822,151 822,151 000000000000000000042c32026736f490312993ed4f2e2b20d1fe25ec3903a6 1.64 MB 4,064 270
822,150 822,150 000000000000000000038be4a6c5eca5c0809e9d4380e979bbf165c958093bfa 1.85 MB 4,817 229
822,149 822,149 00000000000000000000c23771d3a41281f913b9db1bf01512f5ba00392786b9 1.75 MB 4,504 196
822,148 822,148 000000000000000000012cbca64630fa8e86df292f8f3f3f2802913217451537 1.60 MB 3,938 235
822,147 822,147 00000000000000000001de17d63f535d147d0f9d91b017458a659d52b1e17557 1.69 MB 4,246 295
822,146 822,146 000000000000000000027289cf677ce1fcce244b184904b25965221846270024 1.94 MB 5,609 208
822,145 822,145 00000000000000000000acd23f586d6d652ee3546aa6979a93f7355eb5d69a0d 1.66 MB 4,346 284
822,144 822,144 0000000000000000000340f78269fe026d0e705aa16e694e58b8575abef9c1fe 1.65 MB 3,778 212
822,143 822,143 000000000000000000028f777311aa6e384265409a7990bf9145289edfb3e13c 1.75 MB 4,882 273
822,142 822,142 000000000000000000013d10f19628e21830dceb980c96b90888c5e2794581f9 1.59 MB 3,745 261
822,141 822,141 00000000000000000002be5cffd63635e03ad5b1e23727a403722bf76bc543f7 1.58 MB 3,576 356
822,140 822,140 00000000000000000003ca701fed2dea226c329288ead93aeca4baf672741050 1.80 MB 5,080 173
822,139 822,139 00000000000000000000e6f2ed760d70e47ea5ca9a2eaed16d16f39a63e3aa20 1.51 MB 3,180 238
822,138 822,138 000000000000000000031ddabf640fe73785188e5edcb3ea3506f05eb6460394 1.58 MB 3,773 292
822,137 822,137 0000000000000000000233770350b275674595204aa58cee5a16c6e40ee7075c 1.58 MB 3,524 359
822,136 822,136 00000000000000000003f8021b5d12512e17e5a7b5497a4592b99a96cf605c85 2.07 MB 6,368 189
822,135 822,135 000000000000000000022a137677bb46e76df30f314955171a82e5b30cbce8af 1.76 MB 4,310 199
822,134 822,134 000000000000000000011162d1c9f02680d0670222f5415d9bbe590f12f501c5 1.46 MB 1,829 185
822,133 822,133 00000000000000000002f0aac005f20ff6e7a49ccc049053b4a443cf86823d14 1.73 MB 4,217 236
822,132 822,132 00000000000000000001de19ac159a3f616cfae55a84b14704955353f2d8e866 1.46 MB 1,810 203
822,131 822,131 000000000000000000041f80643bc35b9fedd3baae4ebb19ed689409464b2127 1.80 MB 2,478 218
Previous 10 blocks ↓
Total Size: 692.21 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,840.63 GB sent, 158.83 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.