Loading Tool

Explorer IconExplorer

Memory Pool

85,812 transactions
33.09 vMB
0.09535032 BTC
Random Selection Loading Transactions
Max Size: 195.96/200 MB

Candidate Block

Mining Attempt df1defdaf52eead2a167e687e766cdfb0c100a96f7139e4f7d1c10c1a5d81f01
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 21e03a35352d8263ba2840b8304e87dc37235169fc85f7b0ce38bbf5a1212fdf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,184
Size: 1.00 vMB
Total Fees: 0.02924179 BTC
Feerates: 150.67 > 2.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (173,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,792 741,792 00000000000000000000dcb0eef6ec05fc59cda98d36902e2dc5e2c855d91fd6 623 0.31/1.00 vMB 12
741,791 741,791 0000000000000000000802e05fc4f24eece0a8f7cd1960dff663618e7e8fa142 381 0.22/1.00 vMB 7
741,790 741,790 000000000000000000032e76f319625f55bb9c8743a7f5ba184b60a84bfaa916 1,503 0.99/1.00 vMB 2
741,789 741,789 00000000000000000001e2e6b42ba18b08c02fc0e798f14ebaef0f9e8a3111fe 2,637 1.00/1.00 vMB 9
741,788 741,788 0000000000000000000735fd2514436a3265f978eedbcdca4350e80af7453e12 2,019 1.00/1.00 vMB 14
741,787 741,787 00000000000000000001bdefd7f46f1f407618bc8461f3d658405695c11b6c38 3,223 1.00/1.00 vMB 17
741,786 741,786 0000000000000000000377f1dca8f9d457d28950b1f13dcb7f9ecdf4bde2ce2b 3,054 1.00/1.00 vMB 23
741,785 741,785 00000000000000000002c5aa687051dde6200e6e3fc915fdb0efdd55d2e7ad9f 2,429 1.00/1.00 vMB 33
741,784 741,784 000000000000000000053d88643288dac12795c4dab6343316544150e42b6303 831 0.38/1.00 vMB 3
741,783 741,783 0000000000000000000795be5a42eca55d4e6d1e4c373a27fd26b71d9047760b 2,636 1.00/1.00 vMB 10
741,782 741,782 0000000000000000000097961243616b1eac6dc473f82c74e4381aa7abdfec3a 3,378 1.00/1.00 vMB 24
741,781 741,781 00000000000000000000647ad4e98935577bca1e9497966a35da0bd4be649ce9 158 0.04/1.00 vMB 19
741,780 741,780 00000000000000000000c176d56be2e0f3187249f083c52e83290bf8e0fa9bd7 2,978 1.00/1.00 vMB 14
741,779 741,779 00000000000000000007918768a6b4e536a09c82d1a342e78bcf9e02783e64cb 2,293 1.00/1.00 vMB 12
741,778 741,778 00000000000000000003a9a53c02a9a774d21c076a533ac4eb88f8fe46eaa3f4 1,547 0.76/1.00 vMB 9
741,777 741,777 0000000000000000000797baaeee6905d3bb11e56f084dd7d12e3a90241a14d9 792 1.00/1.00 vMB 1
741,776 741,776 00000000000000000000055e55ef2ca6d3a0d9655c76c6b23aa510fb11cd3ed8 1,303 1.00/1.00 vMB 7
741,775 741,775 0000000000000000000881b61870b4a3dd33bf5ed65f743f4af4f283ef8ee159 559 1.00/1.00 vMB 14
741,774 741,774 00000000000000000000fdc730189d5eca1910e79e2bfef335c118ae8216a927 2,643 1.00/1.00 vMB 17
741,773 741,773 00000000000000000008ea8d24c6feda7336ddc00d7c59891ac0a95856b42645 1,764 1.00/1.00 vMB 3
741,772 741,772 000000000000000000013142e97a82af626716ae4b4982e5d3c53a08fa2f4e2e 3,071 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.30 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: 657.40 GB
    • Received: 14.54 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.