Memory Pool Memory Pool Refreshing

40,015 transactions
31.23 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,290 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,582 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,289 (384,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
477,448 477,448 000000000000000000afcd501b28b26044684d7118b2adb65a9d1fe9bc5a3a3d 1.00 MB 438 18
477,447 477,447 0000000000000000003ed46b7f662a0c4011d80236e6dbffc96b976276b68a88 1.00 MB 1,105 74
477,446 477,446 00000000000000000118d3c7cf1f83225ed9d4ce3595b195aaa4e40c00b088fc 0.99 MB 911 53
477,445 477,445 0000000000000000008e8cd5a3b29a2b794e91b7f2bd58fcb0490562239252fd 1.00 MB 743 9
477,444 477,444 000000000000000000abeea1eed07f40c7e04fc1c8f94ab03d2b15591918098d 1.00 MB 1,924 172
477,443 477,443 000000000000000000ba10c28cdc180a75f51ec98b29b770427d7d7b0d30bcf6 0.99 MB 1,320 50
477,442 477,442 00000000000000000015fddfc9cb65a00dfcaedb8e275dfbe935b8bd38472bf5 0.93 MB 1,425 133
477,441 477,441 00000000000000000055f7a56da0aee1b56dda93331d208c556a9ec76d85004d 0.56 MB 1,209 154
477,440 477,440 000000000000000000cc8ff5219f89bbed732cea440bda8cb263cf6c2d86fb4b 0.99 MB 1,511 89
477,439 477,439 0000000000000000007a1bf7ebcea4007a93b57b49d083d58aeb46738212464e 1.00 MB 519 24
477,438 477,438 00000000000000000129299568dc77900f733379e6220710cf1bd43a9bb8dc72 0.99 MB 1,714 59
477,437 477,437 0000000000000000011c912f0315ef2d5500712b6296df0836d718bf6d44c90a 1.00 MB 1,966 173
477,436 477,436 0000000000000000002868fca356049cb57824b31db3190dc69844f1647edb81 1.00 MB 536 28
477,435 477,435 0000000000000000009d7557e4655717f40385795834b771e8141c3b5cc28bcb 0.99 MB 1,399 66
477,434 477,434 0000000000000000015dd916ce9e8eadb5b9dc2bb68350e4f33263411f89b0b0 0.83 MB 1,507 168
477,433 477,433 0000000000000000000b18ce3b615f449f57a9d1d0f07ac459b22b94ba53606a 1.00 MB 2,407 36
477,432 477,432 0000000000000000009109fab7c9e43b25cecf8eff043adbd62f95e0f2651b55 1.00 MB 1,861 71
477,431 477,431 0000000000000000014eb2828f02ebc019d3d954d7fc84bfbe94597b232eb9dc 1.00 MB 2,020 200
477,430 477,430 000000000000000001049330665f81c5172e3670a4780f786ade7bae26439b40 1.00 MB 1,612 178
477,429 477,429 00000000000000000040dd6ce862e6fcca1e4fb9f45967abdb8b4059cc3c7b1d 1.00 MB 2,033 58
477,428 477,428 0000000000000000008c0d6cd26b12347084d09d1c9390fb41be03fc1b6bf373 0.99 MB 1,911 162
Previous 10 blocks ↓
Total Size: 684.72 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,362.28 GB sent, 103.17 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.