Loading Tool

Explorer IconExplorer

Memory Pool

80,320 transactions
30.10 vMB
0.08888145 BTC
Random Selection Loading Transactions
Max Size: 180.50/200 MB

Candidate Block

Mining Attempt d12dd68792c252e8ed868b5373ecade3f28a15d0d157166fa825153ddfef0a60
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root c73b0fa84141271535c84085287b3570d112fec218d2501326b8a39c412de93d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,444
Size: 1.00 vMB
Total Fees: 0.02720663 BTC
Feerates: 301.07 > 2.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (339,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,877 575,877 0000000000000000000f647a505add601797d7a9c3718ebf02bd55cd2f2e4601 2,984 1.00/1.00 vMB 100
575,876 575,876 00000000000000000006d3af06b198413ad370d563131f540b56b22f9ca519b1 2,668 1.00/1.00 vMB 83
575,875 575,875 0000000000000000000ae46436c32f39b3a6bef02e1c7075cb0b6a76fb80ac8f 2,698 1.00/1.00 vMB 101
575,874 575,874 0000000000000000000d0ea5766a89d1de164750d58f114577fcad7c3f5ff05e 2,682 1.00/1.00 vMB 99
575,873 575,873 0000000000000000000a68b8a997f7d4e9d941f2d3ae175913feec3b953c2606 2,636 1.00/1.00 vMB 79
575,872 575,872 0000000000000000000b7dc0c12618a874e712a222c43f3e9092dd56dc514b76 2,283 1.00/1.00 vMB 92
575,871 575,871 0000000000000000000d89eae3b0a63ef9d736eaf8e99c995bae796c476d0272 2,523 1.00/1.00 vMB 36
575,870 575,870 00000000000000000020f90f6d30f092790e7677df238d776d3484c302d5adc8 2,383 1.00/1.00 vMB 71
575,869 575,869 00000000000000000025b3a593252556055898fc2fc7b379d71c0146be184bfd 2,722 1.00/1.00 vMB 85
575,868 575,868 000000000000000000265fcea212b1661b0cd2f18fcee0f9e397289a6f12ab33 2,271 1.00/1.00 vMB 118
575,867 575,867 00000000000000000016a041d3c3605501a5c337e75fa9af8d10a79b8978fadf 2,556 1.00/1.00 vMB 106
575,866 575,866 0000000000000000002385019487079c3463f062fd307734db76ac24e4e233dc 2,672 1.00/1.00 vMB 68
575,865 575,865 0000000000000000001c9e3f4ded367867de2c0ee3d0377c9427b7b738191d50 1,890 1.00/1.00 vMB 50
575,864 575,864 0000000000000000000ea305867a95cb4c427ff52dda77658dc7c34af5bc3c0a 2,421 1.00/1.00 vMB 80
575,863 575,863 0000000000000000001f49000ab22e641ea3f3b5cb57e25d7362c36c930fdc19 2,560 1.00/1.00 vMB 54
575,862 575,862 000000000000000000146204700d62eecd312492fd702543db095410a0d9607c 3,143 1.00/1.00 vMB 63
575,861 575,861 0000000000000000000c110d56f5c9ba602a34fde414cee6c5a97176a19cf809 2,957 1.00/1.00 vMB 87
575,860 575,860 00000000000000000012a57fc6473b7878f061667908c1ea8d609bccc0ddb2ee 2,997 1.00/1.00 vMB 71
575,859 575,859 00000000000000000016c3a02b4530b56e95691ac9a339b18fc1bdf4427d20e6 3,081 1.00/1.00 vMB 109
575,858 575,858 00000000000000000021cbbabb12b98a81a6881e40dde0d42877ffdf27f689a8 2,643 1.00/1.00 vMB 99
575,857 575,857 0000000000000000002335e6dc4e33a0ae9e031cd9b3742c3e19f5296c26334a 1,042 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.