Loading Tool

Explorer IconExplorer

Memory Pool

39,573 transactions
27.62 vMB
0.06807245 BTC
Random Selection Loading Transactions
Max Size: 141.20/200 MB

Candidate Block

Mining Attempt bdcde16a981e6d14b7da2024bc5ae9a115f4bc62207f6d3c092e7cf03105d1e2
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root c1ebd287908e93036fe5bf87e72711b4873773e4050baf3d0bf48b20ae4b06fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,279
Size: 1.00 vMB
Total Fees: 0.01548282 BTC
Feerates: 100.95 > 1.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (736,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,666 177,666 00000000000001df991dc1a906726ef3d4da14445d1da4d0fc2f592c14230e07 26 0.01/1.00 vMB 190
177,665 177,665 000000000000005c962ffe88749427c4f9955df639b583419ae717dee05cbf18 89 0.03/1.00 vMB 17
177,664 177,664 00000000000004141c411210f1ee749fb07c71a115d2593198fb81c5f6e00c78 11 0.00/1.00 vMB 30
177,663 177,663 00000000000007551a840be9a44c5408efdf3880894121a663ff204f6a6eef0d 13 0.00/1.00 vMB 692
177,662 177,662 00000000000005c895866bb4ccc90f44ecba35b217cabe5f01543ee10663523d 145 0.06/1.00 vMB 135
177,661 177,661 0000000000000a6280f70a75ffae07ccdf57deeacf6e624bac6f4e1f22864d27 9 0.00/1.00 vMB 104
177,660 177,660 000000000000089076b96d44c55e457b7dba5499fa36bea2badbf03411000308 13 0.00/1.00 vMB 2,328
177,659 177,659 000000000000012c3d003b5f226089fb2f509586edafb37988161c5f5e2c0b6b 97 0.04/1.00 vMB 448
177,658 177,658 000000000000090755cf2730178bf8d4a708dbd88e67092e7ed3bf87e34bf7f5 36 0.01/1.00 vMB 76
177,657 177,657 0000000000000135e0068f2a30dd150b5474e1399deabb3e957657b54f54c523 59 0.03/1.00 vMB 56
177,656 177,656 00000000000001cca76de8d35d69bae380cb99d1ee020615789d91302c44a2d3 79 0.03/1.00 vMB 458
177,655 177,655 000000000000069a1dc3fa6a5b6cef8fed2f0633d3a8635d6550838f17058dcb 73 0.03/1.00 vMB 19
177,654 177,654 000000000000062ff60d2a5acda1a30807aaec384e88362b7eaf0c0fb6ee3627 39 0.03/1.00 vMB 15
177,653 177,653 00000000000006c6076ba8b5078f6f4aafb1b55e03eddfbe2c488bc26cc723e8 217 0.08/1.00 vMB 768
177,652 177,652 00000000000003b473b4fa61b2d202dc836ad7739f2e3576443e443d1c019485 19 0.01/1.00 vMB 326
177,651 177,651 00000000000005a5303234668eb8ae5f5ea022df4624935c81d7dcc323945704 40 0.01/1.00 vMB 123
177,650 177,650 00000000000006db6d6ac0bd7e2b618a9b83e040e0b3dff60f3d37cced2a17b5 51 0.03/1.00 vMB 77
177,649 177,649 00000000000009b4ceedb55e609a3e98684e7a7ec0045855d0d52d526ddd98d7 11 0.00/1.00 vMB 625
177,648 177,648 000000000000008f442b53b08ca4781d275c2369d0b572cf4be36c3d95413589 149 0.05/1.00 vMB 528
177,647 177,647 00000000000008513ab7f6f9beb26fedf973b1f8e85abe6788ec6a5698993e44 75 0.03/1.00 vMB 1,040
177,646 177,646 000000000000007f2c567d4bf65bd239daef830c6086009b6c3cb54410fd2e7d 108 0.03/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.76 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: 632.29 GB
    • Received: 12.11 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.