Loading Tool

Explorer IconExplorer

Memory Pool

47,574 transactions
30.20 vMB
0.09578896 BTC
Random Selection Loading Transactions
Max Size: 160.83/200 MB

Candidate Block

Mining Attempt f7c6eefb689a7573c018800397eb4f84f0ebbc09ea61751bfa489edc8b83a883
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 4251fd0e340a435d488019615793baaed6d9e6ba69bf72bc467e747c01742e3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,935
Size: 1.00 vMB
Total Fees: 0.03531091 BTC
Feerates: 150.97 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (253,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
660,907 660,907 0000000000000000000b5c18e36985db68c84fadecd051c30711de2b42cb21a1 2,206 1.00/1.00 vMB 57
660,906 660,906 00000000000000000004e1427c772a513e3781d5295878c8c8e9565eaa862ed3 2,403 1.00/1.00 vMB 90
660,905 660,905 00000000000000000002ad49de10fa1b7827a4def0cc67ab566d6eeb930e7707 2,423 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.