Loading Tool

Explorer IconExplorer

Memory Pool

71,746 transactions
27.77 vMB
0.06016505 BTC
Random Selection Loading Transactions
Max Size: 164.68/200 MB

Candidate Block

Mining Attempt 6415e7f0e8e2c5449b678cf0a8eb29b79b67a64120e316b5cc8e94f4fb8f45e1
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 57241aef364373b7f0d64913edf6a3c5f14a1ac99f95fee1a83015d2c508b7f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,781
Size: 1.00 vMB
Total Fees: 0.00486833 BTC
Feerates: 21.55 > 0.49 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (258,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,523 656,523 0000000000000000000ec1976f2e880d2cd27139957921c3f82dab9ee0d9162e 2,463 1.00/1.00 vMB 92
656,522 656,522 0000000000000000000b8851fede0783fdc849f378b5fc359c63caf15c61cfec 1,587 0.50/1.00 vMB 71
656,521 656,521 0000000000000000000394ecf9ded38ab306f644fb7c3d0aeec6f4dcf5963d07 1,047 0.46/1.00 vMB 66
656,520 656,520 0000000000000000000dace534c91093029f87604453edef341294cfbe87a9b4 2,282 0.75/1.00 vMB 76
656,519 656,519 00000000000000000008eb326026d5b3d3138233a983f7f3068e4fb4039a471f 805 0.31/1.00 vMB 60
656,518 656,518 0000000000000000000578408c9fbaf2ba28a00d01c06b87b2050d5ba83176cc 1,612 0.79/1.00 vMB 60
656,517 656,517 0000000000000000000297be041b4382cd6168dfe435294b39e4520db5b73d3d 461 0.24/1.00 vMB 54
656,516 656,516 00000000000000000000fa088f03bba22a9eaca86177d43d98ee08e408d7c891 1,700 0.99/1.00 vMB 22
656,515 656,515 000000000000000000094f5028c822afc4e76409881d2b5c09e95f1229039c3a 1,634 1.00/1.00 vMB 89
656,514 656,514 00000000000000000005c9aeae6d72791e162175aba49d36ecb1d622eb2a8e3a 2,838 1.00/1.00 vMB 39
656,513 656,513 0000000000000000000c25636e824d03ccef9ee68dbe10de64c92ba4c9871400 2,309 1.00/1.00 vMB 70
656,512 656,512 0000000000000000001079a58d77c05e00bdc5e593972e7ae15fb197deb26c06 2,403 1.00/1.00 vMB 99
656,511 656,511 00000000000000000001a8ed9e06bcae2cee22073498fa2a960320f7df681cd0 1,760 1.00/1.00 vMB 44
656,510 656,510 000000000000000000023f8ec821c0cbd58d567fb9aeb98a8d617b8afe5284cf 2,256 1.00/1.00 vMB 54
656,509 656,509 0000000000000000000aa93d787ef975c20df3a88977815614511be84de1cdd9 513 1.00/1.00 vMB 18
656,508 656,508 0000000000000000000c529294b4c849a778a8cdfc28d327aa88e523a05d6c13 816 1.00/1.00 vMB 7
656,507 656,507 0000000000000000000f2ab8d3c95ef0a29953296706840ecb933ec919ce82f4 1,129 1.00/1.00 vMB 30
656,506 656,506 0000000000000000000872b088b8fa836c9be1931dddb569561062a111045987 2,160 1.00/1.00 vMB 31
656,505 656,505 00000000000000000002eabcb5758a7d74bbf0c6afe8f7f0f0c1ba2d03cf12fd 2,683 1.00/1.00 vMB 44
656,504 656,504 000000000000000000092624a1e6b63090021377d3054ccc45f43ba2317f017f 2,716 1.00/1.00 vMB 40
656,503 656,503 00000000000000000004d3a236f796f33f6a1fc720f4dd91548be06b508b069f 2,171 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 666.96 GB
    • Received: 15.24 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.