Loading Tool

Explorer IconExplorer

Memory Pool

38,505 transactions
26.90 vMB
0.05479303 BTC
Random Selection Loading Transactions
Max Size: 139.97/200 MB

Candidate Block

Mining Attempt c50e9056bb6f3285d22894f292085355b88fea93f4d46a05ad4bc646786329f4
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root 3493acc2c80cc5c26ee8c8e3e1f9124632abb5379e7924e35ea2b08f0f450856
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,122
Size: 1.00 vMB
Total Fees: 0.00511641 BTC
Feerates: 44.54 > 0.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (253,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,928 660,928 0000000000000000000ab0dfcd4373a1abcdaa2945632e63e6c570d133f239d8 2,519 1.00/1.00 vMB 78
660,927 660,927 00000000000000000002675088f2b98cafe38480d68f77b8ad6cb6398dbcb1d5 2,530 1.00/1.00 vMB 88
660,926 660,926 0000000000000000000e2fa90ea737fb7fefc7161ef7b4282095db0e1fdf8f38 2,610 1.00/1.00 vMB 68
660,925 660,925 0000000000000000000e0de431ab5ca50dddd06bc3284728e7bce2570c45307a 2,765 1.00/1.00 vMB 58
660,924 660,924 0000000000000000000a9c136b248c449362ee159dbfdffc23b668fcd1512afe 2,226 1.00/1.00 vMB 58
660,923 660,923 0000000000000000000c88e1da5c8564afb60eb813c3c8170c11a66594c2e036 2,092 1.00/1.00 vMB 77
660,922 660,922 00000000000000000009f05b5e4b775452e4b7d6113fc34fcaae566fff170d1c 2,716 1.00/1.00 vMB 84
660,921 660,921 0000000000000000000a5461e33f3ff8983826b8482fb2232e3984865a9ed9ac 2,693 1.00/1.00 vMB 80
660,920 660,920 00000000000000000007e534143cc08a32d2dc8703e3f796e2527ca82d79fdb7 1,909 1.00/1.00 vMB 75
660,919 660,919 0000000000000000000c2b8b455db0a420d2b3bbf55ebd709e96edbecfe14dd8 2,674 1.00/1.00 vMB 45
660,918 660,918 00000000000000000000d02822c0618fb8e6c4aa833f0345eb086ace1d5e8472 2,445 1.00/1.00 vMB 73
660,917 660,917 000000000000000000068a6a8e736dd4413862b423c2fcf50c8a0e3a11fd7efc 2,549 1.00/1.00 vMB 48
660,916 660,916 00000000000000000004c867d5616404dd373d5c36233ece0b5daf3904f5f164 2,630 1.00/1.00 vMB 91
660,915 660,915 0000000000000000000413f433f201c76497052b7788111997505b021a83c8e3 2,048 1.00/1.00 vMB 45
660,914 660,914 00000000000000000003bf04f61be40396ee297faa1b4c35ace92b0de016057a 2,528 1.00/1.00 vMB 64
660,913 660,913 00000000000000000007a1a67917e0a9f9f62dbedab8f8b24b60872b95100da6 2,794 1.00/1.00 vMB 77
660,912 660,912 0000000000000000000a3a67fbbe1df350bc15d74c59129450331d0a943cdfb2 2,584 1.00/1.00 vMB 27
660,911 660,911 0000000000000000000d73ef66349a852ed0c93ffb8d063544ebe15c8a507226 2,289 1.00/1.00 vMB 31
660,910 660,910 0000000000000000000d44dea723dfee2793a00a55f3239578ed464304fde990 2,571 1.00/1.00 vMB 77
660,909 660,909 00000000000000000006211d5298d710e34c18ad1059ce133b1aa037e99bab44 2,545 1.00/1.00 vMB 39
660,908 660,908 0000000000000000000b0f973d75872c7b2d9fde11ed55afcbb62b4638ea501d 1,853 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.15 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: 653.03 GB
    • Received: 13.82 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.