Memory Pool Memory Pool Refreshing

88,294 transactions
32.20 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,429 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,914 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,428 (161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
870,267 870,267 00000000000000000002a341b514ecc9af9715e92880c2624e3b63cdb32bdfdb 1.55 MB 5,945 16
870,266 870,266 000000000000000000005c5bce8edb3cf4c8e7ecba27fb83b8ea1ae79c4964b8 1.52 MB 5,709 19
870,265 870,265 0000000000000000000206c26443b366d8e085892c81c22e85dd0fa9546ab817 1.75 MB 2,113 5
870,264 870,264 000000000000000000024595f6f4479d6541b23718f598b210785e12bc62afee 1.64 MB 3,744 10
870,263 870,263 00000000000000000000c0b18852428d09cf38ac6b8aa64b0702de025132aaf6 1.44 MB 2,659 8
870,262 870,262 0000000000000000000033b8895f4532bedeac21b1b3ba1e7669ccfe39af4005 1.62 MB 3,356 18
870,261 870,261 00000000000000000001e1ba0dbf3df2ad1db98bf2777394956106d292a4bd80 1.63 MB 3,531 13
870,260 870,260 0000000000000000000217ddc4b9283a2c20ddf876e45b34c9d838c8106f8308 1.61 MB 2,131 8
870,259 870,259 00000000000000000001987436abbaed137730e357c336904a5432adcddc311a 1.59 MB 2,105 13
870,258 870,258 00000000000000000001b704480781b63e8761adebe059088b4ff877a01d6450 1.61 MB 2,476 16
870,257 870,257 00000000000000000000858b2bcc31d06a0c21a00d98274979615f55a5fd612a 1.64 MB 2,053 12
870,256 870,256 00000000000000000000d225be83e463e662ee9d665519d5c0c787e804d8a3d1 1.62 MB 3,484 23
870,255 870,255 00000000000000000001b04b9d86f23067d90653481d5b9a79c258427df28174 1.89 MB 2,072 8
870,254 870,254 00000000000000000001352ec2f142502428e2f7995894edd2073360914584fc 1.70 MB 2,848 11
870,253 870,253 00000000000000000002a5f3ae416cd46224abff6daa8f3946be6265fa43449d 1.77 MB 2,630 11
870,252 870,252 000000000000000000015350603fa8ed80e04517152802ab6a477c6a44cd91c0 1.68 MB 3,629 12
870,251 870,251 00000000000000000000565268b28cb78b12333bed168d9b686d0c761767a4ee 1.61 MB 2,273 9
870,250 870,250 00000000000000000000c31b77291fa0723929a81d7587a3adcffedbfb800dcb 1.81 MB 3,395 9
870,249 870,249 000000000000000000011c940b11dd146da4a7c9c3f82ac78d4ad8c3182558ec 1.77 MB 2,807 18
870,248 870,248 000000000000000000011700fd9122609bae164b32d16348e389e31ae3c54b37 1.88 MB 2,655 16
870,247 870,247 0000000000000000000088e99a1dd4984abef9fb27aed182864d4c3dff086bdc 1.34 MB 1,855 10
Previous 10 blocks ↓
Total Size: 700.26 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,283.73 GB sent, 212.11 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.