Loading Tool

Explorer IconExplorer

Memory Pool

45,174 transactions
31.59 vMB
0.13728033 BTC
Random Selection Loading Transactions
Max Size: 160.43/200 MB

Candidate Block

Mining Attempt 2c1fc59fe0d69654b726ba560e92baf9bde719f986c292cb4fab3493d4bfedcf
Version 20000000
Previous Block 00000000000000000001d8824fc2228886b4d750e4106482a72673a47b8732ec
Merkle Root 8651359ec1de1bb32651bd08208b97fcca2cf685f38681bf31e6b4c394ca1b5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,803
Size: 1.00 vMB
Total Fees: 0.07084428 BTC
Feerates: 301.53 > 7.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,439 (1,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,794 912,794 00000000000000000001a48ed2a64d6bfe9aa5a26829bbd7859b423ad24f2219 6,819 1.00/1.00 vMB 0
912,793 912,793 00000000000000000000d36514d25cbbdb5d3ec13eec97137fc46a0b19ef1725 3,615 1.00/1.00 vMB 0
912,792 912,792 000000000000000000008ec889a39ef5efbd1fb79661536e36f7de2993a822e2 685 0.16/1.00 vMB 9
912,791 912,791 00000000000000000000c776a3664d175112b8680c10a7aefefdcddf2b153793 2,835 0.85/1.00 vMB 7
912,790 912,790 000000000000000000011d12a9983d59d9dd3325e7589e4076792d6fe5c93e66 3,947 1.00/1.00 vMB 5
912,789 912,789 0000000000000000000128cedb9b23be56bc6bb3295241126822eef422b8ce0d 1,286 0.38/1.00 vMB 4
912,788 912,788 000000000000000000013f77ed10ac8d2361ef84d95ba097328dcdb8a176dd89 4,376 1.00/1.00 vMB 2
912,787 912,787 00000000000000000000b36e763a3ba1856f8361645f2999589f9817be60e18a 3,822 1.00/1.00 vMB 4
912,786 912,786 0000000000000000000035c4890af15a70ce82b10f0f6553565d49a2ad97822f 5,229 1.00/1.00 vMB 0
912,785 912,785 00000000000000000000a7fc493c715ed0c80d5f0210f4864d99aa6c69e388bc 3,485 1.00/1.00 vMB 1
912,784 912,784 00000000000000000000b5322aedea6f14a9592788b27ae152c9b2d7b6596bee 3,449 1.00/1.00 vMB 9
912,783 912,783 000000000000000000019ff224b4d4a6fc0b16aebc678cd7e073a8d50a9c1263 1,551 0.40/1.00 vMB 6
912,782 912,782 00000000000000000000a108de7b73ba37cdc84defc8cbe810953ec5d47bd8b8 6,277 1.00/1.00 vMB 1
912,781 912,781 000000000000000000022ac90f7d61be01018c3a10bd749a1b8d7144d32b7c6a 5,078 1.00/1.00 vMB 2
912,780 912,780 000000000000000000017b0eb6546ed2a1a4beda1fdfb4784f1a620756c04a66 6,072 1.00/1.00 vMB 1
912,779 912,779 00000000000000000001f606e9a907ba47bc76fb6cb25e0d2ee8eba3b884590e 6,106 1.00/1.00 vMB 1
912,778 912,778 00000000000000000000401cde06e7dca4f789d16a3222273efb6cb3f734d8e1 2,346 0.72/1.00 vMB 5
912,777 912,777 0000000000000000000041daca90a6144b2b731579b28c7307b0c22442e0e380 5,075 1.00/1.00 vMB 4
912,776 912,776 00000000000000000000b0cea1a6d48dd43fc4505e59069e4fa9908cd1fe57ae 644 0.20/1.00 vMB 3
912,775 912,775 0000000000000000000124f45c1a0c03e368fa48cd1504e9a45cf5dd1664190b 3,441 1.00/1.00 vMB 2
912,774 912,774 000000000000000000003cf48721ea052db67e23998665440ec742e168013145 3,326 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.72 GB
    • Received: 10.46 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.