Loading Tool

Explorer IconExplorer

Memory Pool

81,720 transactions
30.52 vMB
0.07752433 BTC
Random Selection Loading Transactions
Max Size: 184.01/200 MB

Candidate Block

Mining Attempt f89691a513942803effe15dda340dda0ee46ed1563aa34d292a5806c1b42a14d
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root cce42c3dbb48a5558e195e77ac72cdd0d4f205257c72d489c43fd429681b630a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,144
Size: 1.00 vMB
Total Fees: 0.01415652 BTC
Feerates: 40.91 > 1.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (197,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,255 717,255 0000000000000000000a20759493baccc9868ea7c758db394b9fba7f3a25de7e 297 0.30/1.00 vMB 2
717,254 717,254 0000000000000000000b000898c5357fa95cdd887d0c6221c68671e586e0c165 1,144 1.00/1.00 vMB 6
717,253 717,253 000000000000000000072d9fe2f70a83f31f7bba01863c841eb34ee8d50dfa81 1,474 1.00/1.00 vMB 10
717,252 717,252 0000000000000000000ae2d3e4e5b8a97466fcc6cd0c587a39bf447ef73d93af 162 0.09/1.00 vMB 8
717,251 717,251 0000000000000000000a90ea44043406b68ea6db21ffde0b7cdc177e5694c558 734 0.37/1.00 vMB 4
717,250 717,250 000000000000000000051d589112bb579c4a49fccd6db267839228393f3258c5 2,252 1.00/1.00 vMB 6
717,249 717,249 0000000000000000000b0f98b32b3b0597c12936912a4fccb0d3b883887b62e9 2,469 1.00/1.00 vMB 17
717,248 717,248 000000000000000000084b1a4a8897c89a47f9e786343a903edca9d8cc9b9d8c 572 0.25/1.00 vMB 9
717,247 717,247 0000000000000000000909f6076f3508d29e7ddedefce6890d6631ab341e0d5d 1,201 0.40/1.00 vMB 11
717,246 717,246 00000000000000000008f2efc6ebc5e1daec9f3bf13228335a4ea4c3fe72e321 950 0.45/1.00 vMB 10
717,245 717,245 000000000000000000041cb2311ffa8d0f2e5d3dfaad2fd54fae57e6b37efd80 63 0.02/1.00 vMB 6
717,244 717,244 00000000000000000003d6444b435fe18cc7ccd96b472a6c297daf8d7e7d3d10 742 0.58/1.00 vMB 4
717,243 717,243 0000000000000000000a3483dcd26f10ff6e1f07afdd085218d804558ff331bc 1,849 1.00/1.00 vMB 8
717,242 717,242 00000000000000000007d97fa9930430011be0120f1d9381cdb14127f8fc1c89 2,219 1.00/1.00 vMB 12
717,241 717,241 0000000000000000000086b261daaed5d3fd58005bda4e614ac3af885bffa78d 1,031 0.66/1.00 vMB 8
717,240 717,240 0000000000000000000372e63b88bd5e82d8dbc270aa112f07a5c317a9f6a781 575 0.45/1.00 vMB 7
717,239 717,239 00000000000000000003e5bbf1b3c3d444e2db5192bc928f61b6669683528b65 103 0.03/1.00 vMB 7
717,238 717,238 0000000000000000000057a39008dea76dec77f56394556f785a345c80c348ca 340 0.25/1.00 vMB 7
717,237 717,237 00000000000000000006e67dadeaff5a15032ecbda1230922d401740d84e1f86 1,008 1.00/1.00 vMB 8
717,236 717,236 00000000000000000006513c81cb382eed16a1b4866693d8a45b0ab91d09cac3 1,841 0.97/1.00 vMB 4
717,235 717,235 0000000000000000000aa3f8c025e700b7aab5ab6a234bdd3d2a9b106bc5491e 2,205 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.