Loading Tool

Explorer IconExplorer

Memory Pool

79,164 transactions
29.67 vMB
0.07703266 BTC
Random Selection Loading Transactions
Max Size: 178.29/200 MB

Candidate Block

Mining Attempt d58cd3d8b0da48be287b3489dd25ab6d474506341298acc93a164270c40c477a
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 91e97ecc6af4efce718d34d3a589ef1764609e738099054043e85fcc73f37a77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,958
Size: 1.00 vMB
Total Fees: 0.01665035 BTC
Feerates: 101.61 > 1.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (339,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,879 575,879 00000000000000000014e7ea1c81b0daf0a9cbaadf10e8e7d1255a153d526467 2,452 1.00/1.00 vMB 98
575,878 575,878 000000000000000000075ce19f1b4e9020f0fe4bb8b3c781fa10528e47b2717b 2,395 1.00/1.00 vMB 77
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
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: 665.07 GB
    • Received: 15.08 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.