Memory Pool Memory Pool Refreshing

49,255 transactions
26.09 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,754 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,866 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,753 (115,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,137 754,137 0000000000000000000063d95f287e620a5b63770b3e90896dd64c6361814cd8 1.54 MB 2,998 12
754,136 754,136 00000000000000000008238a41ce5cdffe36912e6ecb3b72184ff90f64141f84 1.41 MB 3,165 24
754,135 754,135 0000000000000000000862a95dca9df68ed5cb914ce5962178e3e3ad65ff8242 1.66 MB 1,132 4
754,134 754,134 0000000000000000000632031824ca9329728788d3bb04e78100195fda0874da 1.79 MB 1,207 5
754,133 754,133 00000000000000000005cb4cd16ca2b1db01b06c0079af7a80d4620ba0928b45 1.71 MB 2,092 3
754,132 754,132 000000000000000000075083dc8aaa08561acb8a39fc08585d9ea620c6f3f318 1.49 MB 2,275 15
754,131 754,131 000000000000000000013946eab3c0bc033e255d7686cf35de9065abbb0ec70f 1.38 MB 2,917 24
754,130 754,130 00000000000000000005d53918cc82f6cc1656ce08af5ae3cb62ab062131d26a 1.16 MB 1,336 17
754,129 754,129 00000000000000000008aced10300866b98bf7af610cddbb0fa54c5db1629225 1.51 MB 2,000 6
754,128 754,128 00000000000000000000ad9b68bef9f281113decf36507cd324ff45f2afa26d6 1.51 MB 3,193 17
754,127 754,127 00000000000000000006f475140edf4622ff6b0da2b6daa95505e93fd73e64a9 1.43 MB 3,414 24
754,126 754,126 00000000000000000007fd6d0fc37868143b7eaea2d46b0de7008269563bcdaf 1.63 MB 1,945 9
754,125 754,125 00000000000000000000abc99e03f246a7139da8d0e5503256b650945405df04 1.49 MB 2,532 14
754,124 754,124 000000000000000000080198eea05ac6d7efb08430d3c33cacb4b5c0df1e1721 1.63 MB 2,570 11
754,123 754,123 0000000000000000000404becd1cf8d653d6408f79b4c6df1bda309e5432a789 1.41 MB 2,221 9
754,122 754,122 00000000000000000000079ff00ee4cb3368dfaec55d55fe522013585479aa49 1.50 MB 2,726 13
754,121 754,121 000000000000000000041ed9213c0e6e5385d958d4e9a4ed4250a0c38d49b57c 1.47 MB 2,179 17
754,120 754,120 000000000000000000073543dee5ebb82320de3aed40de31a1c5402018262de1 1.36 MB 2,512 12
754,119 754,119 000000000000000000066956839dedfc3c17561d2ed26947482f082b8a751de1 1.18 MB 1,306 16
754,118 754,118 00000000000000000004e1e5bdac770ecd02409d3930156d59456247a1fdb503 1.40 MB 2,770 21
754,117 754,117 00000000000000000005ac966fc3f5bdcc6ef9c73d77ff1a5a5b07468a8c1f72 1.24 MB 1,425 15
Previous 10 blocks ↓
Total Size: 699.00 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,106.13 GB sent, 203.99 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.