Loading Tool

Explorer IconExplorer

Memory Pool

77,067 transactions
28.73 vMB
0.07765606 BTC
Random Selection Loading Transactions
Max Size: 173.86/200 MB

Candidate Block

Mining Attempt 48bdb4525e6734bafacb8d2783cc2c0d34b83d2993855a7f032b6205f591d3da
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 4f6f23b8d0ca86d9ce1d2ff419a320a30e49053e59954c99798c7f0a9ff134e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.01789754 BTC
Feerates: 100.17 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (274,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,195 640,195 0000000000000000000ecb84faf52719578ea782f92f4f5c6699f7429ebcb86f 2,106 1.00/1.00 vMB 111
640,194 640,194 000000000000000000041ec570b90cd0beb13842a15eeb16012718ea69f1bb70 2,961 1.00/1.00 vMB 120
640,193 640,193 0000000000000000000e8c49f2bda7e9e4e96238ffc8efe8e05f800cfa305502 3,063 1.00/1.00 vMB 101
640,192 640,192 000000000000000000055e82a91c1cb6e88e8dcf653a3f9aa182aba4ab9e9b7b 2,406 1.00/1.00 vMB 101
640,191 640,191 0000000000000000000a28796931f470f654a4c0b99167871f0114485d4740f6 3,044 1.00/1.00 vMB 106
640,190 640,190 00000000000000000005e47a9064d4ce89699a141369bb7c6601c0de7a79f638 2,676 1.00/1.00 vMB 108
640,189 640,189 00000000000000000007e6b4438b38ea07101bdc5423627bca34f2849948dd70 3,186 1.00/1.00 vMB 124
640,188 640,188 0000000000000000000e3cabbbe15924682370e2918457a75ec1f325008f8845 1,074 1.00/1.00 vMB 99
640,187 640,187 0000000000000000000dd7b86d6f197c85a666b36365535acdc259d0ef4c89c3 2,273 1.00/1.00 vMB 105
640,186 640,186 000000000000000000098969b68bd99fdea8f270be32006c9f26cfe6b66ef541 2,681 1.00/1.00 vMB 113
640,185 640,185 0000000000000000000de6932a78b31bad17e926016c06f35bc99a5763819125 3,202 1.00/1.00 vMB 122
640,184 640,184 0000000000000000000a540ca57bef0194fc9f9002288663672a149047cd46fe 2,289 1.00/1.00 vMB 85
640,183 640,183 0000000000000000000c656903a22cb34d530dc181875e0f0e6a4084b9344085 2,135 1.00/1.00 vMB 102
640,182 640,182 0000000000000000000c0fb83b6c77332d562a24bc63bd7fc7b0f82489c3408e 2,556 1.00/1.00 vMB 94
640,181 640,181 00000000000000000004c08847ccd8c26ac9e25e445f0ac8fd5e197109dfd54f 3,038 1.00/1.00 vMB 97
640,180 640,180 0000000000000000000c4a0120c534eff6a49d393481a5366b3be383a761fa68 2,560 1.00/1.00 vMB 89
640,179 640,179 00000000000000000005eb826073b1b41dc1a45bc99b61e42f80a543cbdcb676 2,565 1.00/1.00 vMB 100
640,178 640,178 000000000000000000037778dc2a2afc56538f99000ed61a2891c32ec2ae4096 2,882 1.00/1.00 vMB 102
640,177 640,177 0000000000000000000da69fed66f14cfc7ed1a608714ea6e6090b8aa5ecc7b5 2,940 1.00/1.00 vMB 109
640,176 640,176 0000000000000000000da5208491285b5794e0dd9defd1d8daf3434abeb569eb 2,563 1.00/1.00 vMB 106
640,175 640,175 0000000000000000000d005e9d8fa4b7dc66a310dffbae498bda884f08c1bee0 2,141 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.