Loading Tool

Explorer IconExplorer

Memory Pool

80,237 transactions
31.45 vMB
0.07837310 BTC
Random Selection Loading Transactions
Max Size: 189.51/200 MB

Candidate Block

Mining Attempt 6d812d522de4d2c5f6d0aef277c97bfbdb14cd25edce6b9b18677a01a02f1d5a
Version 20000000
Previous Block 00000000000000000002020d6da75dddab5026e98b36b40b3adec106d44827a1
Merkle Root 9b013ccafd3e3969530279d47940ea3bea773a3e8a27702cc4a0fc011a81b73c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,257
Size: 1.00 vMB
Total Fees: 0.00998527 BTC
Feerates: 100.54 > 1.00 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,177 (410,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,272 504,272 0000000000000000005b364d1062e27d0e4a86c78ea0b128f24a57cd1df081ca 1,690 1.00/1.00 vMB 393
504,271 504,271 00000000000000000019a7be23cbfaa218ea0fecb1ca66a864ad6050e5c36f8f 1,420 1.00/1.00 vMB 360
504,270 504,270 0000000000000000001a8dadb2bc3f0b0f4872dedf45bd8b49ecc93941b13fa1 1,584 1.00/1.00 vMB 402
504,269 504,269 000000000000000000205d36412695c50cf8d19b2b31dced3459789de23e0eae 2,734 1.00/1.00 vMB 475
504,268 504,268 000000000000000000303f8256c735ed791dcf679862fcaf8c6136f187895b48 1,720 1.00/1.00 vMB 386
504,267 504,267 00000000000000000036fa391880f29cf5f347ef453225e5bd595b5a6e48f34a 2,923 1.00/1.00 vMB 427
504,266 504,266 000000000000000000171f6bdeb8a06564ae756d253e1aa902bc3e4528164080 3,126 1.00/1.00 vMB 458
504,265 504,265 0000000000000000005df9f1f31edaa2beb17d8862d64f8ae8c86a9d61a63806 2,054 1.00/1.00 vMB 458
504,264 504,264 00000000000000000023e19365467c00682c454072d2d03265eba33b5e106231 3,032 1.00/1.00 vMB 496
504,263 504,263 00000000000000000005eb49bf8ea207bb1318a063cec8eb33b9256a5975a08a 593 1.00/1.00 vMB 118
504,262 504,262 0000000000000000006b93488ca0d18d5a34098de2a89d8db7861d4350dc73a6 1,769 1.00/1.00 vMB 346
504,261 504,261 00000000000000000052f90990f1bdc4909a33ca72fb509a292a6f0721ed05cc 2,390 1.00/1.00 vMB 474
504,260 504,260 0000000000000000006934431c21f6faeedf12b5d1965d5cde4f5bd49b045b10 774 1.00/1.00 vMB 137
504,259 504,259 000000000000000000776f4c380fa6ef187b9b6e7d8652a379fcdf3a5157c5f6 1,874 1.00/1.00 vMB 273
504,258 504,258 0000000000000000006774ab1e8be2d7a380bb3eae8dd3fa3ee44ccc5a2d9eb4 2,612 1.00/1.00 vMB 437
504,257 504,257 0000000000000000000c5e898814bd11a9dd8a9f5d0c1d271a357ddba7d492ec 2,751 1.00/1.00 vMB 450
504,256 504,256 00000000000000000015b426b85957acc30accfcf29486296c041e691c672e77 841 1.00/1.00 vMB 243
504,255 504,255 00000000000000000040fade0d5ddca1668f76d7338de1c15084d4bbe9441ae3 1,653 1.00/1.00 vMB 177
504,254 504,254 000000000000000000244de9aeb6cfa5ecb0431e88570f85b089542ac7076ea9 2,532 1.00/1.00 vMB 417
504,253 504,253 000000000000000000011fa9f005e3f46c37081fe849578921910dcb450973e5 3,013 1.00/1.00 vMB 471
504,252 504,252 00000000000000000068626bff6294e180cf965b65163ff0d672202a40fe353b 1,246 1.00/1.00 vMB 264
Previous 10 blocks ↓
Total Size: 782.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 697.39 GB
    • Received: 16.58 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.