Memory Pool Memory Pool Refreshing

83,182 transactions
32.18 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
870,169 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,259 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,168 (374,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
495,272 495,272 0000000000000000005d1bafc5ce58c1dff2a58bfed50896e880c6e70697d36e 1.16 MB 1,528 176
495,271 495,271 00000000000000000090b967547deb9de3dbae15ee6f3fa7593d6c4afeb5f49b 1.05 MB 2,554 266
495,270 495,270 0000000000000000007b6f4c412067c1f40774a05e09c377c5fce4c603411b9e 1.09 MB 2,104 171
495,269 495,269 0000000000000000005ae73a5c346f520c43b8d07dbe835f6f18675e3c9c60fb 1.06 MB 2,307 213
495,268 495,268 0000000000000000006a73e8c27edb4bb893fa19614e1025debb5e9e8ed34f7c 1.04 MB 2,165 338
495,267 495,267 0000000000000000004dacb4973f76d9685357fffdaafed70bca270b3063429e 1.03 MB 2,403 441
495,266 495,266 00000000000000000068132d43923b8b3c7d2db265d4ad0165faac99f732a01d 1.07 MB 2,408 188
495,265 495,265 00000000000000000066cbe994d47b9909b4be5205a7f73a5da63cf96fece26e 1.05 MB 2,199 211
495,264 495,264 0000000000000000009e2864647172364d0df128d8b998ee80a1f56de74d18d9 1.37 MB 2,003 176
495,263 495,263 00000000000000000088b6013a77914120017ef66c4f4df3f6d4fd99c5e3c98c 1.00 MB 2,641 159
495,262 495,262 000000000000000000414910ba6eb45573c22908225a06d80ed20b2407a651ca 1.06 MB 2,271 295
495,261 495,261 00000000000000000036996fc8ddac9b49b54750b14879f18203b8046b1fb1c2 1.05 MB 1,072 188
495,260 495,260 0000000000000000000f94d7c52c39fbfc73a18c71654c081d535b2584e27601 1.06 MB 2,016 242
495,259 495,259 000000000000000000a026617d7b7c0a4e6bc6aea34da9f8a7b056cedb3a87a4 1.05 MB 2,463 364
495,258 495,258 0000000000000000003f1bbbaaf857aacb40d3cda1546d9dd137a63da0abfab3 0.37 MB 631 167
495,257 495,257 000000000000000000c3b60add67a2f3f36d800b6b1ea3d81cb7d31900b7d4a7 1.04 MB 2,178 273
495,256 495,256 0000000000000000000611ee86f0544cdcda08840535685b8a3dc92c4b60aa67 0.80 MB 215 31
495,255 495,255 0000000000000000003297e4cac203cfbb2ab5e11e0249e3dd3e20ce215f1833 1.00 MB 1,646 216
495,254 495,254 00000000000000000095ebfefd2e4aac329a04e0e2165b13570d33438e7ef2f1 1.07 MB 2,157 226
495,253 495,253 00000000000000000003c214a7c17f7d9e9b2d6833b7464bf92df41bd32d0c87 1.01 MB 1,075 40
495,252 495,252 00000000000000000089d1f31c6e29f58b1023a5ab8a616a31048cc01c1e334d 1.04 MB 2,231 210
Previous 10 blocks ↓
Total Size: 699.77 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: 2,186.53 GB sent, 208.91 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.