Memory Pool Memory Pool Refreshing

41,034 transactions
31.32 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,487 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,047 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,486 (109,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,143 754,143 00000000000000000007f406d40312f68b56d6d5b266415fea90e374010e564e 1.63 MB 1,874 11
754,142 754,142 00000000000000000004db159f642dcab006669aa9d68ba26cbc965d66be21fe 1.42 MB 1,979 11
754,141 754,141 0000000000000000000612d5cac83d9932c80024c294d225f0af84d4f58badea 1.28 MB 2,108 20
754,140 754,140 00000000000000000008c7a48edac0dbd43143ccd56decb4151e49a0dd00c6c3 0.28 MB 540 14
754,139 754,139 000000000000000000012105cdee25ff283efc16f33532acf3bfa94a38fe9196 0.93 MB 257 1
754,138 754,138 0000000000000000000770c55540a0d27b3d3a33f37c911137bdfd8dbaa3ea4b 1.74 MB 640 2
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
Previous 10 blocks ↓
Total Size: 687.05 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,504.95 GB sent, 118.75 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.