Loading Tool

Explorer IconExplorer

Memory Pool

42,075 transactions
29.21 vMB
0.06834407 BTC
Random Selection Loading Transactions
Max Size: 149.50/200 MB

Candidate Block

Mining Attempt 8631c4c6aa5748f0c7af44973d7ffbcecdfcda4eb1d60f09aef27fff4eb100d9
Version 20000000
Previous Block 00000000000000000001c828f0aae187fd43c96f8afcfb80f879b49902b03414
Merkle Root a297eb5fd7963077d017934af84ed056ae4a9f6a77e06e75bfcf8b7eb1df0c85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,870
Size: 1.00 vMB
Total Fees: 0.01082896 BTC
Feerates: 200.71 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,533 (41,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,273 873,273 000000000000000000004be4b5ca123be92627acbdfa5587ae9101018c31e567 3,079 1.00/1.00 vMB 13
873,272 873,272 00000000000000000002a6b4f5fbad8dee4b241db84353a21c14528f48ef03cc 1,886 1.00/1.00 vMB 8
873,271 873,271 0000000000000000000213ca43628374fd4f90b3fa0853de0f8d1fa7020c475c 3,509 1.00/1.00 vMB 9
873,270 873,270 000000000000000000017f61e2495eba2f744507d0661ebeb569066593499252 3,318 1.00/1.00 vMB 10
873,269 873,269 0000000000000000000269dd1b8b37495363266bc6642caedbc3a9de0ee52515 1,299 1.00/1.00 vMB 6
873,268 873,268 00000000000000000000bf4dd343330d1fdc6f07c630b70c16c72d67073902a8 2,978 1.00/1.00 vMB 7
873,267 873,267 000000000000000000024a7caf0b5bd66a23b1c930e014e49f48b45090846f78 4,271 1.00/1.00 vMB 10
873,266 873,266 00000000000000000002088bcabdb37b55548266dab7b5bc2f1ab59fafb796e0 3,818 1.00/1.00 vMB 8
873,265 873,265 000000000000000000019e5d4b3ed2d1dafca17b226ee2fe136ab9fa11c4644e 4,619 1.00/1.00 vMB 10
873,264 873,264 00000000000000000001c4a7dfbed53b59646d8c32e43bfa46acb4e2f1114692 5,881 1.00/1.00 vMB 10
873,263 873,263 00000000000000000000bf56b6a4ab11c12512d1d253c6dbde770a68a6a1dbb2 4,906 1.00/1.00 vMB 9
873,262 873,262 00000000000000000001dc812c1e1383b46fad1676508483326743ee2941e581 4,660 1.00/1.00 vMB 7
873,261 873,261 0000000000000000000044b8224512209f18665da0e3ce99064ec357acdb35fe 4,626 1.00/1.00 vMB 10
873,260 873,260 000000000000000000003b62b9312056c4c7e2ba0a1e902620c986a2c4d1cec5 4,973 1.00/1.00 vMB 9
873,259 873,259 0000000000000000000172ed22d93435c29b6f3e2af4a14f46823988ca679bde 5,122 1.00/1.00 vMB 10
873,258 873,258 0000000000000000000283525e9b52f6d9f82ccf3591dadea413eb56ad7a7fb7 5,812 1.00/1.00 vMB 11
873,257 873,257 0000000000000000000254c5a5f60883308be4bf1c75a2350048f9fbee0c4a88 6,237 1.00/1.00 vMB 13
873,256 873,256 00000000000000000001539fb0e2bdf36cdc0dead8055d3dfb9aaeb6a4420a75 6,516 1.00/1.00 vMB 15
873,255 873,255 0000000000000000000219868971214e413a2139b49ca03cfdcbe03251df07b3 6,622 1.00/1.00 vMB 21
873,254 873,254 00000000000000000001ad8249d7cabc4e5c5bc0bab24d23cee85945462e2e71 3,041 1.00/1.00 vMB 7
873,253 873,253 000000000000000000019913cd6c8dc8e4c50613a2a92844beda57de59322199 1,177 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.56 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: 621.92 GB
    • Received: 11.28 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.