Memory Pool Memory Pool Refreshing

52,332 transactions
27.68 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,816 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,198 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,815 (407,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
462,274 462,274 00000000000000000045e50d4e77b67b4532911405c56117a1e6a78f87a44730 1.00 MB 2,613 237
462,273 462,273 0000000000000000019305011856da611c0390ddfd87430fb639f0347344f348 0.57 MB 440 50
462,272 462,272 0000000000000000004b60eeaabe7448a629b94261d740760a38e2e3a4b4dc8a 1.00 MB 1,623 90
462,271 462,271 0000000000000000013dd2ab7a266a4b671911cd23a3501466d03b779f803de1 1.00 MB 1,886 114
462,270 462,270 000000000000000000a12fcf1860df1a69477c5cdc33d68633acd3b08a76e5e5 1.00 MB 2,000 155
462,269 462,269 00000000000000000170ad7ed381433eef07b738831d8218aa571d3f42f0686f 1.00 MB 2,116 176
462,268 462,268 000000000000000000170fd096152a6c2fb10055596eff93b2f6dec64ffa8a87 0.97 MB 1,977 133
462,267 462,267 000000000000000000fc17764bc0ff2aeb28900194cc31e8101606580475725e 0.92 MB 1,287 116
462,266 462,266 000000000000000000ddbd3fe463e002d1a4926a3c53edcf4ddecacdde270836 1.00 MB 1,505 95
462,265 462,265 000000000000000000820799823d47dfa9c4f89311e0c0ad83305ada336051e1 1.00 MB 2,104 166
462,264 462,264 0000000000000000005e242da807e6cf7d15780fd97e453d2ae76e3f962705d7 0.37 MB 534 93
462,263 462,263 0000000000000000004b675a5d56aab5be37f7d05f713a8cc3c6edd0741deb93 0.99 MB 666 42
462,262 462,262 000000000000000000295e80c0d62f378b24d458d237e3f1ef202c163cc2e71e 1.00 MB 1,795 119
462,261 462,261 0000000000000000002ff0e728133831852abd7beb707dac4fca5bb0f07cc0d2 0.32 MB 531 103
462,260 462,260 00000000000000000023368ccbd24141b5ada9ef2d88b30ffa9b8be34c5cdd7e 0.16 MB 191 74
462,259 462,259 0000000000000000013f1422f3f7188496d376733e70eaa0a0d80cfe5f1715fc 1.00 MB 2,216 146
462,258 462,258 00000000000000000214c87360cda11f6ce1ee189ad61987b5ed5b023ba1b1f8 0.88 MB 1,357 101
462,257 462,257 0000000000000000002a6916b3f0ca0d8011852ec7c2c53013e98b7360373207 1.00 MB 1,010 70
462,256 462,256 0000000000000000010bc48752cbd222ad0bcd9d0d6fd09b4aaf53065814b1b7 1.00 MB 2,286 154
462,255 462,255 0000000000000000020d3d8b5be61d777db13329c564bd51fcbcc9253b3cbf97 0.77 MB 569 39
462,254 462,254 000000000000000000a451dc3acec4aeb5d51fcc4096e294cb46bb3416ec301e 0.43 MB 849 126
Previous 10 blocks ↓
Total Size: 699.11 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,109.09 GB sent, 204.69 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.