Memory Pool Memory Pool Refreshing

52,445 transactions
26.05 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,975 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,600 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,974 (547,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
322,493 322,493 000000000000000014ab2a130acf985fa72def0deba137839d13dca6979e0587 0.73 MB 1,036 21
322,492 322,492 000000000000000014a3fb2d0f6d3c11f18c3d471d03c126ec1edcfa067c0476 0.50 MB 928 28
322,491 322,491 000000000000000021178f39c737825b9ebaa34aa307448a674ccc79d1130ddf 0.19 MB 388 33
322,490 322,490 00000000000000000a3a8d2472b0908821c9f597a183221715dde47dfe6e17bc 0.09 MB 176 32
322,489 322,489 00000000000000001190e35edb6271446f50144ffdfdb984454de9484bb22af9 0.24 MB 369 27
322,488 322,488 000000000000000016f6a80dc92b97aa9287acfcf3660bd90ee12f015f378531 0.10 MB 162 27
322,487 322,487 00000000000000000487f728d883c40a1aa1bea4f341a97a7c36beb7de325f67 0.04 MB 57 25
322,486 322,486 0000000000000000010333e254e808f61e81634db3ffc98186b5baeb663d290a 0.09 MB 162 27
322,485 322,485 00000000000000001911bc11331276aa95889738d1ca89b84c7abd4eaceaf3b5 0.05 MB 74 19
322,484 322,484 000000000000000013d188e44fbd618796278ff5e90bd1ceb3e4e7c7e037aced 0.10 MB 195 36
322,483 322,483 00000000000000001b4151e33fadd6083833f1540600789201c25c86cb0e02d1 0.25 MB 405 24
322,482 322,482 000000000000000021bf7e071ae8806430f03aa0ce429c5ef516643a3850e1f9 0.43 MB 612 22
322,481 322,481 00000000000000000176123556b63e6d0a2cea6a614472cdf04f8d5b90d5fd6d 0.47 MB 724 28
322,480 322,480 0000000000000000213f583a9b5cebd8afaab81db9df89731f843b040483b8b7 0.08 MB 118 20
322,479 322,479 00000000000000001351737c31c8f7d03d1e5d687e23448ab9c39045b7331ebb 0.39 MB 712 27
322,478 322,478 0000000000000000065b5ac1a4cc1ccd02c702a2c66451a17086b524b372a38d 0.20 MB 343 35
322,477 322,477 000000000000000021c4e999d3b1e219bb0902f4413c9efa2157bc8aa24c33f9 0.59 MB 960 25
322,476 322,476 000000000000000023eab0ce507ffe9d6f3ded874c1c5bcd4f95a90eaaf1d971 0.04 MB 56 23
322,475 322,475 000000000000000014360d824f9e443bb878d99167c172328d255e0c85f41532 0.65 MB 362 16
322,474 322,474 000000000000000014af4e22026c11924154be0125d4b4c699e8cc7b1c1f31f8 0.35 MB 894 42
322,473 322,473 000000000000000021577a4cb2d98d14a84506cc7e27bc5cc616aec5e764b65b 0.09 MB 125 16
Previous 10 blocks ↓
Total Size: 699.42 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,169.11 GB sent, 206.36 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.