Loading Tool

Explorer IconExplorer

Memory Pool

83,054 transactions
31.36 vMB
0.13034975 BTC
Random Selection Loading Transactions
Max Size: 190.10/200 MB

Candidate Block

Mining Attempt c17940a52ee664f3c12976f706f84e30deff2ee1a9203d86351d1a82670acfa8
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 6e4a82fc2908f29f0aedf4f032b49ce2bfb1ad7c98121deeed190c1543f03e43
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,036
Size: 1.00 vMB
Total Fees: 0.04608620 BTC
Feerates: 318.30 > 4.62 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (74,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,543 840,543 00000000000000000001f8bca1bacbab6e9fdb873cfd394c21cf38bf40df9af7 5,776 1.00/1.00 vMB 313
840,542 840,542 000000000000000000016c79894b95187d7e6cf269585b62023b4743b5b0c908 5,665 1.00/1.00 vMB 312
840,541 840,541 00000000000000000002ae80ee4a5548431204577ede9786cbcb65b16fb31370 4,269 1.00/1.00 vMB 387
840,540 840,540 000000000000000000031c7781e4123b092c76f8f14e597c53e8c28e0741a783 5,972 1.00/1.00 vMB 288
840,539 840,539 0000000000000000000138589f85955bd7abd57eab83c1093092ff5b9180f20a 5,355 1.00/1.00 vMB 323
840,538 840,538 00000000000000000001002d52bddeaf025175405baca0a386c853369e3340c3 5,685 1.00/1.00 vMB 289
840,537 840,537 00000000000000000001f7d7d83ca3f53d843e9bcef1aeb00055f82f3458a943 5,528 1.00/1.00 vMB 283
840,536 840,536 000000000000000000025a16431b2e09704bd5d2e8cb9f93fdfabe8e1ed331c8 6,023 1.00/1.00 vMB 301
840,535 840,535 000000000000000000014a6b3e88c09344189ea9b5f36a81e3d63130e9a450cf 6,036 1.00/1.00 vMB 311
840,534 840,534 000000000000000000013ca6317dc547c1928d8f8c855ae7b3a846c012d9ff25 5,306 1.00/1.00 vMB 370
840,533 840,533 0000000000000000000224c63cf446b76ce0eaccf108fb3fd8c35ea3d51d3898 5,381 1.00/1.00 vMB 315
840,532 840,532 00000000000000000001a72cc343f1bd8dd1ba16014b4c50893dbb0e2294ab08 5,884 1.00/1.00 vMB 319
840,531 840,531 00000000000000000001002cdcf3f898a56bb813c83d3b812247e531a5a45ed8 5,782 1.00/1.00 vMB 307
840,530 840,530 00000000000000000002773196aff4a92cbacc5a2370fb132803cfdf51a3c7e1 5,620 1.00/1.00 vMB 276
840,529 840,529 00000000000000000000db65e886e72025f5d9b06a8bd60359751f1d66c85f68 6,151 1.00/1.00 vMB 286
840,528 840,528 00000000000000000001440eaaa242c1b849d5435a3a6d063d5cd50d8ceb8865 5,823 1.00/1.00 vMB 319
840,527 840,527 000000000000000000016ee7a2e576d1e5641408ac89f79d8443be63a89335cf 5,483 1.00/1.00 vMB 275
840,526 840,526 000000000000000000016def91190211f11f61c4e56709851df8f8dd3c632014 4,994 1.00/1.00 vMB 294
840,525 840,525 00000000000000000002f0880329814a3b7d39e7f7d2fa7e983fea8292775265 6,153 1.00/1.00 vMB 349
840,524 840,524 0000000000000000000242c17fd078d9ae92e38446a439721ca9e0913a77778d 5,302 1.00/1.00 vMB 380
840,523 840,523 00000000000000000000be17dc4f3cf2ac01cddb063d71bef802862166166390 5,731 1.00/1.00 vMB 294
Previous 10 blocks ↓
Total Size: 783.08 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: 722.55 GB
    • Received: 18.40 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.