Loading Tool

Explorer IconExplorer

Memory Pool

43,047 transactions
26.33 vMB
0.05798836 BTC
Random Selection Loading Transactions
Max Size: 138.25/200 MB

Candidate Block

Mining Attempt 654fea9c1038e44a43fc94ba579f667e7d0dc14704b71a606b0be8818f9a03dc
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root 0c59254ab206ad311e99a279b5ad1a5a1b1104d0a3c2146335337d0e15f3fedc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,212
Size: 1.00 vMB
Total Fees: 0.00986823 BTC
Feerates: 150.52 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (226,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,668 688,668 0000000000000000000e02141c38efc5533a513ae0e7b46ef5b221dd57b9dec3 3,257 1.00/1.00 vMB 79
688,667 688,667 0000000000000000000c4809e319ae2be984ec4e835ed8b4a719c71d93956df3 1,658 1.00/1.00 vMB 26
688,666 688,666 000000000000000000062df0b6e663b0b3b35e0b7964dfb6cd9323f0135093d5 3,009 1.00/1.00 vMB 58
688,665 688,665 000000000000000000034f2ea50d366ad1f909c81d053278336c119e9bfc084f 1,766 1.00/1.00 vMB 16
688,664 688,664 0000000000000000000104217f10e327e363a39cc6235e66b862e50c1d4db304 2,479 1.00/1.00 vMB 57
688,663 688,663 000000000000000000026da7b82b775368b53216dfee072574b955d726d09c19 2,071 1.00/1.00 vMB 66
688,662 688,662 0000000000000000000b22c24addfbe3b8d783d495f924fc871cd997315547b1 1,070 1.00/1.00 vMB 14
688,661 688,661 00000000000000000001837b5ce45895067395f2a1611f64a087c2a9f0ba82a6 2,482 1.00/1.00 vMB 62
688,660 688,660 00000000000000000006c79426f82e52fc97d040e828e596c0a6be556ad13981 1,073 1.00/1.00 vMB 6
688,659 688,659 00000000000000000003e0e9bacce3c837945ffccdaa25f10d0c82b82c32fd97 1,965 1.00/1.00 vMB 30
688,658 688,658 000000000000000000063c80575afbeda63d5d5c0591a93757ab0c81c4b37084 2,759 1.00/1.00 vMB 21
688,657 688,657 000000000000000000071c706db81c69f90f9f2f35beed626a9bef598f4cb0e0 1,661 1.00/1.00 vMB 32
688,656 688,656 0000000000000000000264c795c5f63dd1827fd76cc3df76faeb435bf57a7aeb 2,118 1.00/1.00 vMB 37
688,655 688,655 0000000000000000000302fddf805b7eff85b21ec1788216391162c5f84d13e5 1,732 1.00/1.00 vMB 12
688,654 688,654 000000000000000000063d51700f452edf16bdba0c3da3cbcad02b17591316b7 1,633 1.00/1.00 vMB 29
688,653 688,653 0000000000000000000d3de577fc93ead402e07cc923ecc92abcc1a59a42f4fb 1,396 1.00/1.00 vMB 66
688,652 688,652 0000000000000000000cf8a4dd24f061a67476b98c91587260046d7a4c26456b 638 1.00/1.00 vMB 15
688,651 688,651 00000000000000000007335f3629338608287f556f2a4c3ae99d6f6939efbf5a 1 0.00/1.00 vMB 0
688,650 688,650 0000000000000000000a8d837c2f3399b276932841157631b66e29a2fa7a20dd 2,410 1.00/1.00 vMB 21
688,649 688,649 000000000000000000003eb2acca8937a5a0cc360ace2906c8d4e87df4aec0ad 1,228 1.00/1.00 vMB 22
688,648 688,648 00000000000000000003561d028c61b53279aa266715e4e8fd4fdacd688fdc5e 1,854 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.95 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 647.07 GB
    • Received: 12.89 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.