Loading Tool

Explorer IconExplorer

Memory Pool

76,729 transactions
27.69 vMB
0.07905477 BTC
Random Selection Loading Transactions
Max Size: 169.06/200 MB

Candidate Block

Mining Attempt d8dc27208a0eca66369b6fb0845180c144b777ce0dcfb0b893c2bd56c43af52f
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 690cdd1adcfb01764934de9fe71dd7b4175c1d2718337b960e32a4ee055fd922
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.01991913 BTC
Feerates: 402.60 > 2.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (469,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,988 445,988 00000000000000000211ffc6167bc1e6fb1ab289419e7015b2dd475671154beb 2,339 1.00/1.00 vMB 80
445,987 445,987 00000000000000000130e36c7f1e70d646b80abcacb36a86a8c72574dc006078 210 0.32/1.00 vMB 20
445,986 445,986 000000000000000002f1f5f8ac4680cf5ce8da9740ec7d6d11fdc2dd9a75e275 1,114 1.00/1.00 vMB 26
445,985 445,985 0000000000000000027941577aa8491f6cf337c37569bbe6b6531e7e4b8dca7a 2,228 1.00/1.00 vMB 69
445,984 445,984 00000000000000000134c4af005125ce73019655469fccf675bdd427dfa73952 2,179 1.00/1.00 vMB 79
445,983 445,983 000000000000000003752f609ca7349bc7ae3cfa85abf81972352aee7b5001b9 1,918 1.00/1.00 vMB 56
445,982 445,982 00000000000000000070d75d59b30deff588e1c44dd8ae81dfefb3dc148ee29a 2,350 1.00/1.00 vMB 66
445,981 445,981 0000000000000000018dcbd2b6663e0147c5674c5705a85abe25bc299f1ba516 2,160 1.00/1.00 vMB 81
445,980 445,980 0000000000000000018468eab3b229a372f7af5dcbf68a6b2e597f9903ef673f 2,466 1.00/1.00 vMB 79
445,979 445,979 0000000000000000013d3cf312c8e75107d7cdb7643cc04fe123dbf61b220e07 2,566 1.00/1.00 vMB 92
445,978 445,978 000000000000000001addbf6cbbfe880f81138a33a2e5903d7f38712fcc2185c 2,412 1.00/1.00 vMB 76
445,977 445,977 0000000000000000004badc8b1a406eddd134b45904683e2cd433a593a6841d1 2,492 1.00/1.00 vMB 80
445,976 445,976 00000000000000000210bace71abe85812afd1b6cacf3e17c0a062b625ffc6cb 1,793 0.99/1.00 vMB 58
445,975 445,975 00000000000000000166f93d8b390a50c2ac087749663d378dbfd59115ee280c 2,880 0.93/1.00 vMB 78
445,974 445,974 000000000000000000d8c8248eb9064acd6e959ee8216afa01aa1b6bc2dd3bda 2,745 1.00/1.00 vMB 88
445,973 445,973 0000000000000000027c828d1dde4eca3a450bc1674542d5b4f4332cf8b67b21 2,552 1.00/1.00 vMB 77
445,972 445,972 000000000000000001c3efe9374d5daa53a52216c6368c1623f5918b83efb069 2,443 1.00/1.00 vMB 89
445,971 445,971 000000000000000000beb479ca6d819575280d0262a5484b72ccf292eb97e7a3 2,537 1.00/1.00 vMB 75
445,970 445,970 00000000000000000093446a6253fc59d0bf73a075239cfa83661f32e66c5bd4 2,002 1.00/1.00 vMB 71
445,969 445,969 000000000000000000ca5d7d2db9d6473f59ed453fbc8dff2b745e4b19be6842 2,654 1.00/1.00 vMB 94
445,968 445,968 000000000000000002ff5f862715273cc56f00c8b00714e0b929cc45450563f9 1,876 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.