Memory Pool Memory Pool Refreshing

17,558 transactions
27.82 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,655 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,602 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,654 (817,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
45,323 45,323 00000000381984b8488fc741e0c8e3b14d28b75ab082614ddf783cf7b90c9d51 0.00 MB 1 0
45,322 45,322 000000001894f0716e437d71899aeb6b93c2c3ca41728ac0797fcc9d9ebf924e 0.00 MB 1 0
45,321 45,321 000000001b77add6ec85698d80466f8eba75c46ba2d0677de967999d17f0e23d 0.00 MB 1 0
45,320 45,320 0000000014bd204a2eef5d0cf91ac04e633a8ae029c6708ee27031bc914953e7 0.00 MB 1 0
45,319 45,319 000000000a60d35f3e9f390a61dd326105e9491b882ab703a2fd7ea1f9fac473 0.00 MB 1 0
45,318 45,318 0000000029446fea7143ae3e5b4bce175c63a6b886fc5bc2b08d6bf62986dfef 0.00 MB 1 0
45,317 45,317 000000002fed6b136759aa7f5caf62c0d66a444f96ce7046fc25a6fe1a5695ee 0.00 MB 1 0
45,316 45,316 0000000015710363ab1e0e5fc136eaa1796c21b53e1ac0d118e363207ca8ebdf 0.00 MB 1 0
45,315 45,315 000000001826f9d4c207ae040fbdbf0b65f85726d54a22c0970acaed1972e49c 0.00 MB 1 0
45,314 45,314 000000002935166f8b63c4bf14008d9fa0ef030fbd28551166addccb2e6d329c 0.00 MB 1 0
45,313 45,313 000000002437807b6ef66f00699f1392b643f97b1389b233618e80f2d09e4e4a 0.00 MB 1 0
45,312 45,312 00000000156e4c623047874dc65815db9a13cf48f5a4f8fee012549ba55f9339 0.00 MB 1 0
45,311 45,311 000000002419eb4c388c05d850dfda651396b6a557012008018ea58361412547 0.00 MB 1 0
45,310 45,310 00000000228ab86ec832a437013af453aa72ebfbd38f311faa5cf21ea7f382db 0.00 MB 1 0
45,309 45,309 000000002f92540d5fc5ac9ace6719b7e7bfcd87040d32a188810f987479e9c8 0.00 MB 1 0
45,308 45,308 0000000011a6b07ff3c43864c21cabc61a5c8babf73343295ff0ff2ce1caa91c 0.00 MB 1 0
45,307 45,307 0000000017bb20a6c776cc179282e03c7bddd4f68bf976285f32635ec41cdb16 0.00 MB 1 0
45,306 45,306 00000000214cf8b66dd1b5fb215aa78c7e1522055c713d09671d8d5bbd3a70e9 0.00 MB 1 0
45,305 45,305 00000000238d8fed6bda7ea8a6f69accc872078666900a6f1918df1e7808ec08 0.00 MB 1 0
45,304 45,304 000000000f38cfa658d7ef7fba563ed16205180b20cc4a973aa268deaeb66625 0.00 MB 1 0
45,303 45,303 000000000a77791e9b013e3562ec699c1c70720228f441338873e6c238d51f1d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 685.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: 1,381.76 GB sent, 108.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.