Memory Pool Memory Pool Refreshing

26,664 transactions
30.82 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,549 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 7,617 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,548 (400,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
463,099 463,099 0000000000000000013c3ab0805a2ea04d26436e617304b5789988972927f4b9 1.00 MB 1,619 141
463,098 463,098 00000000000000000106b4c68287302acd24d33b1a8b27053220a901e6fda82a 1.00 MB 1,993 159
463,097 463,097 000000000000000000ed248ac55c95e148c1c00446e5b3b9d5ee93b35c8124a7 1.00 MB 2,685 201
463,096 463,096 000000000000000001ce51d422027a06c7076f842d6f581d7916bfadec67788e 1.00 MB 906 70
463,095 463,095 0000000000000000013410c5f246c6f442a41f314bc9f23e117ed03a7a424217 1.00 MB 985 67
463,094 463,094 00000000000000000108f512183d0d5815afb1b854a97d706712b2df5b4c46ca 1.00 MB 464 33
463,093 463,093 00000000000000000110bffaaf180d8fe58573e57d5a6ef5b8fdd3e0a83e994e 1.00 MB 242 33
463,092 463,092 000000000000000001c408747188c758e874c4488897753b3e283359ff11d844 1.00 MB 1,789 123
463,091 463,091 000000000000000001efa6fcdb53d5130f29f76f6d0586e20ef4ee9f4762db43 1.00 MB 420 33
463,090 463,090 00000000000000000085cae570cd40cd0984780e65e07e9b98e236f15b379f5f 1.00 MB 324 26
463,089 463,089 000000000000000000a233031180d94e3bcab83acb751b8b48b6cf3a35ec3a39 1.00 MB 1,245 73
463,088 463,088 000000000000000001fbd54b416e7d6f00547d605c9ad422946dbd84bb910d86 1.00 MB 2,250 120
463,087 463,087 0000000000000000009d0d345cce13bc3271c75c50a553649fd762672f6bbb79 1.00 MB 2,606 149
463,086 463,086 000000000000000001d784bc540435d98fc4d4ed47c63ff2e8060cb2e044bb94 1.00 MB 1,539 149
463,085 463,085 000000000000000000972ae06b992ae08f7f2d4a25565b408d2c4fac9fe9442d 1.00 MB 2,021 168
463,084 463,084 000000000000000001b1377b86173dfb1083b34d49d2e22c4178f065df6ec5b2 1.00 MB 2,301 173
463,083 463,083 0000000000000000010b62db31966b80ba0d5a5dab32bc68c1408e10c7e115c9 1.00 MB 339 23
463,082 463,082 00000000000000000057730e07fb1cd21b1bb020c491b21c4475dd782989a1da 1.00 MB 1,825 101
463,081 463,081 000000000000000001fb9606188a260a0e5cafd05817dc2e9f2a79a9904369db 0.99 MB 2,569 170
463,080 463,080 000000000000000000a39c4bcdc59a14df10e6729347d0a625e6f1fbcc91be31 1.00 MB 2,162 124
463,079 463,079 0000000000000000015339a256202198817dc10cdfc4c7dfee0aae52db237323 1.00 MB 1,378 159
Previous 10 blocks ↓
Total Size: 687.16 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,508.76 GB sent, 119.86 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.