Memory Pool Memory Pool Refreshing

18,626 transactions
28.82 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,044 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,223 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,043 (122,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
741,412 741,412 00000000000000000005f3e6128a66171d8f15b79c9cd73847a13842b07ad640 1.72 MB 542 4
741,411 741,411 00000000000000000005aff50364bb024808f0aec1be230d91aaf75ad60b0d27 1.49 MB 2,812 16
741,410 741,410 00000000000000000003398387924bbb6c63b93083d32e35a1786d6f675b0da9 0.56 MB 1,166 15
741,409 741,409 00000000000000000001ef8371324289c544a49fc02bc44cca4e80ec0d204d5d 0.79 MB 1,223 14
741,408 741,408 000000000000000000069bab35ef858460f48c6aa1f0eed948f2181ffde196d7 0.84 MB 1,290 15
741,407 741,407 000000000000000000082b04b8e3ad033216d466e284314662a147dcc898e8d7 1.28 MB 778 8
741,406 741,406 00000000000000000006132e3584cb7c15d8b7e4704b924844ba95a0a4f5a361 0.28 MB 125 7
741,405 741,405 000000000000000000015e715f2a2d2bf91fbbe4f4342399013cf340fc292b4a 1.47 MB 1,164 10
741,404 741,404 00000000000000000008600d698eb5736588b97c2d0d4015fbaba51863aebe81 0.44 MB 294 15
741,403 741,403 0000000000000000000357954a96e603efa51a9b9a067989c4457651ce4dc627 0.93 MB 511 12
741,402 741,402 00000000000000000001c7d060e9b5435f06d469223801d50936fce706fc3e34 0.14 MB 275 14
741,401 741,401 000000000000000000085911d83f318648c391b2d6e2e70a0e13880b731ed9a3 0.08 MB 198 15
741,400 741,400 000000000000000000033e828a93ff65245ca67611a9966df612a468abde54ad 0.08 MB 173 17
741,399 741,399 00000000000000000004b36f208783265d14b8f7cee4bc7dfa13796885e89b54 0.11 MB 175 11
741,398 741,398 00000000000000000003897559cd8ce16e29ce5a74f07effb41b928324cf9d79 1.40 MB 2,154 8
741,397 741,397 00000000000000000001330d91c273ed9666ab86e0f79249b5810cb7317fab38 1.54 MB 2,816 23
741,396 741,396 00000000000000000000293d370a03c22dd9678115304c77a538a186b6b8b136 0.01 MB 39 27
741,395 741,395 000000000000000000029dbb20d6fb03754af1383e4f6e18515414e5db4d6d09 0.58 MB 931 16
741,394 741,394 000000000000000000006c1f14abc494e62ed810a5c6eb6bf80bbff4ad77e905 0.51 MB 873 14
741,393 741,393 00000000000000000003d1a1c8df19bc434df754fabd49e88cc39c1ba9079bc3 1.42 MB 1,193 9
741,392 741,392 00000000000000000005e0387301fd094f3002f6d2fa28fcef23881aa1866213 1.63 MB 1,389 12
Previous 10 blocks ↓
Total Size: 688.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: 1,603.93 GB sent, 125.93 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.