Memory Pool Memory Pool Refreshing

46,971 transactions
33.30 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,063 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,867 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,062 (131,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,172 731,172 00000000000000000006af7ef11e71fba9f8def7ac0c7b9eef2f6ee3ae8e5dc9 1.46 MB 2,930 10
731,171 731,171 00000000000000000003ada2b958ea0bf5695bcef53d2b76626d34240c10abfa 0.67 MB 813 8
731,170 731,170 000000000000000000064997a2351089d40e47dd74ceff428814ee48d5545d1b 1.25 MB 2,438 3
731,169 731,169 000000000000000000069641ac48f44479b48d79680e3bb369c235fbfa536062 1.45 MB 3,000 13
731,168 731,168 000000000000000000036716bf32bdf8f483a67f8b9090e0fef26155bc2ae084 0.22 MB 317 6
731,167 731,167 00000000000000000008ed0f38ed28c64b70372552bdaad1b4e2132934a2e944 0.04 MB 76 8
731,166 731,166 00000000000000000006b9244ae8bd71211e846857e3a78eca7015f24c548f7c 1.29 MB 1,666 4
731,165 731,165 0000000000000000000946747ef5efe112bde2cc22e27378e8cf694dee38143e 1.38 MB 2,354 9
731,164 731,164 00000000000000000005599e4880cd489c4d859e397081d49340ef17f2bb9427 0.80 MB 1,736 8
731,163 731,163 00000000000000000007608205c5cce8834ba583620167fc37b8b1d1c929a726 0.72 MB 1,127 6
731,162 731,162 00000000000000000003ed367222613d498bff3ac5e6247c79c26efe4e1a1c4f 0.41 MB 873 8
731,161 731,161 000000000000000000064d6489120fbebf851583aab4a9e5b977f052d9b9547e 0.31 MB 548 6
731,160 731,160 000000000000000000029a32b09c8c97e84d4acd50cf7ae6bd7db5e50f6385b5 0.21 MB 463 8
731,159 731,159 0000000000000000000080594f504991830d228c9fe7812474f44aee615e574c 0.03 MB 73 7
731,158 731,158 00000000000000000008d30101828a37f1a9372abcb0e94415a23da556532438 0.11 MB 261 7
731,157 731,157 00000000000000000006501c4356dd924fd527b54f826e14cec5a6ed1bfa3f0d 0.26 MB 407 7
731,156 731,156 0000000000000000000301435132ab6afec8301853dcd7f4ab6165e33dede588 0.45 MB 1,002 7
731,155 731,155 000000000000000000074bdced926abca82ac8c37baed2f9a1779ce1c4016263 0.75 MB 1,488 7
731,154 731,154 00000000000000000006d2086169c9b2cf4467f41cb22a5b9267d2e04a2402a3 1.38 MB 1,443 3
731,153 731,153 00000000000000000000f5e6f7c7a9177122ee47ec571774bc305f03778dfd5d 1.65 MB 1,934 5
731,152 731,152 00000000000000000003d2ac14eff9b1a8bf2d9eb69f84c99038bf73e68a6dac 1.53 MB 2,832 7
Previous 10 blocks ↓
Total Size: 686.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,417.99 GB sent, 113.52 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.