Loading Tool

Explorer IconExplorer

Memory Pool

51,553 transactions
29.17 vMB
0.08275527 BTC
Random Selection Loading Transactions
Max Size: 156.26/200 MB

Candidate Block

Mining Attempt 1f79d6126105785c0c8ec916b89bce9df599ea5b86c4bc30281318fd3f352441
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 22d3da4fa65d98936de7670f509beac55c45128f8227730e018e485fbd3c2093
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,592
Size: 1.00 vMB
Total Fees: 0.01607972 BTC
Feerates: 70.37 > 1.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (306,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,153 608,153 000000000000000000157fa146c140594efb345fcd8079c312ed17102cea31b4 3,449 1.00/1.00 vMB 14
608,152 608,152 0000000000000000000bfac367ba99173e39a9a1e803d7f47e7941c60fdb08a8 2,241 1.00/1.00 vMB 4
608,151 608,151 0000000000000000000ee0c99d47dcecf9a697e77618602b7d1a1190bb1f0c2b 3,223 1.00/1.00 vMB 5
608,150 608,150 0000000000000000000ffb04bcf527717a297ee3b1b87ef0ea201e225995b234 3,161 1.00/1.00 vMB 13
608,149 608,149 00000000000000000007878b6d4440629be99375243e8d3e7956c39440511e1d 2,920 1.00/1.00 vMB 13
608,148 608,148 0000000000000000001238a57801a9be2594dbb986c2292ad09ef0f0600ce0d3 2,952 1.00/1.00 vMB 9
608,147 608,147 00000000000000000007eacb32c95dc13402c383929f8721164ac0f7b569166a 3,370 1.00/1.00 vMB 18
608,146 608,146 000000000000000000085cbc5772754aebb5c6e35a77dd363721c334e088470d 2,768 1.00/1.00 vMB 20
608,145 608,145 0000000000000000000a40766efd6f0bb98ba80e980281afa0a1af4408894a88 2,576 1.00/1.00 vMB 25
608,144 608,144 000000000000000000118fae562c3b7f2015527f4203a417654fb24a4e8a28d9 1,886 1.00/1.00 vMB 14
608,143 608,143 0000000000000000000ca127a3835e0e1dc6608801bbe5b3bd9f374d2b1d4ccc 2,559 1.00/1.00 vMB 16
608,142 608,142 00000000000000000012911c7f5840f08e6e4d8bf4f003ceb7b53d19c3994ac4 468 0.12/1.00 vMB 13
608,141 608,141 0000000000000000000ff6ac728cedff8cbcd04e4d77e54de0aa77d10d9996b1 2,581 0.71/1.00 vMB 10
608,140 608,140 0000000000000000000077af9a895ea878e5bd1678ed320c570f31cf58dda1ba 2,823 0.88/1.00 vMB 13
608,139 608,139 00000000000000000001912faa6516d6a281b031bfa93d8f7af5ea99b18dfcb8 953 0.30/1.00 vMB 10
608,138 608,138 00000000000000000005053466a7ed9777ed98c3f8e8bd616d2996665a457311 2,718 1.00/1.00 vMB 10
608,137 608,137 000000000000000000066ccf3c936d24f740f41e52eb31a15b2d112210386558 3,006 1.00/1.00 vMB 10
608,136 608,136 00000000000000000009e8013ac251e6996de2b892a91b526372d4fa7fe0af10 1,843 0.62/1.00 vMB 8
608,135 608,135 00000000000000000009cad941f0064e3aecfb1da2005fe736a2056f4d797fc4 1,832 0.64/1.00 vMB 9
608,134 608,134 0000000000000000000445d560afe0d6763d29c013f6e263ed791a90f8a1e13a 1,700 0.52/1.00 vMB 5
608,133 608,133 0000000000000000000b5d26cd49c56c23cb8c865888ee755a1d5eb393ce7b08 1,935 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.89 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 645.12 GB
    • Received: 12.68 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.