Loading Tool

Explorer IconExplorer

Memory Pool

36,160 transactions
25.72 vMB
0.05596860 BTC
Random Selection Loading Transactions
Max Size: 131.68/200 MB

Candidate Block

Mining Attempt b91ce32ce604f62e31adc432dea34a88fc5f8b33307192bfcb7ed2d0a42130cc
Version 20000000
Previous Block 000000000000000000003056aa79f3e9ae7f1ebca1b480aef0e8e00b84a1a03a
Merkle Root 1bdcc8a099284c423f6cb3e837528eaa53b5f0f74638ed1e593121f942726e5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,652
Size: 1.00 vMB
Total Fees: 0.00884894 BTC
Feerates: 150.93 > 0.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,675 (416,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,410 498,410 00000000000000000044746e1fc4667ac2173a671c8cb6e4ea431f30d3cf17ae 2,462 1.00/1.00 vMB 257
498,409 498,409 0000000000000000009ecd4757ec8c978360818c251b53394eab60c59f72f9a3 2,059 1.00/1.00 vMB 211
498,408 498,408 0000000000000000001757775a07071ee3bb02836d78af63a31cb13f7456a05b 2,745 1.00/1.00 vMB 353
498,407 498,407 000000000000000000817014d9b020715ea313bb04f2946a02942237007f17c2 1,914 1.00/1.00 vMB 430
498,406 498,406 00000000000000000054915bba1b88ed0f111ddd1d42ca984726c7b87b553257 2,756 1.00/1.00 vMB 478
498,405 498,405 000000000000000000aab807a08a4c29f37363af9bdbfb9ba32cb82b515a17a4 1,840 1.00/1.00 vMB 208
498,404 498,404 00000000000000000049e7ce39d3f8e7926368c25b6f434faa3158a5b5bfd43d 2,528 1.00/1.00 vMB 280
498,403 498,403 00000000000000000020cae2a3e40639d463d244a4c43762d387003b7ef80d39 2,205 1.00/1.00 vMB 313
498,402 498,402 00000000000000000038a90d8757e040abb88d9dc353c2cdab21bb261ea0ef35 1,918 1.00/1.00 vMB 320
498,401 498,401 0000000000000000008883eda4c7908ebb5d419703866ee14b6ab2e88658c65d 2,390 1.00/1.00 vMB 358
498,400 498,400 00000000000000000086df09a8a5769ab6c21f617a323dfa8c8cd02df28ac6f7 2,419 1.00/1.00 vMB 458
498,399 498,399 0000000000000000000271195cf1d5f4ec78ec536476406e814c04ea7841c510 2,116 1.00/1.00 vMB 442
498,398 498,398 000000000000000000998b2888676193f824cedccdcb4e1e1fa0964137c5fdcc 2,648 1.00/1.00 vMB 417
498,397 498,397 0000000000000000004d612b45bb05b4c8b9d6168916b1a4fe0728d55e14a1e5 1,581 1.00/1.00 vMB 517
498,396 498,396 000000000000000000669138d5f923a9d28e71c05c2c00136ae2a99dde188588 2,658 1.00/1.00 vMB 246
498,395 498,395 00000000000000000085f4a1722b8ad801a0d5d7b25eef20a8de66b4bb106fa1 2,488 1.00/1.00 vMB 419
498,394 498,394 000000000000000000afd2b715c88df1a7d885b15c5b48ec7fb26433b0c6d58b 2,506 1.00/1.00 vMB 463
498,393 498,393 000000000000000000914472fe6c2bc0f8c3f23f41dc16c96309145703cee2ba 1,887 1.00/1.00 vMB 184
498,392 498,392 0000000000000000004ca98feae0a3d8f688712666bbf562784cb535ce8338e2 2,577 1.00/1.00 vMB 193
498,391 498,391 000000000000000000a789d4abe7c9b44263b9868c64205c76680053ee5bf8e4 1,746 1.00/1.00 vMB 296
498,390 498,390 0000000000000000006bcc9624fe3dae7898a1b5bb28c128fdc7567ada7ec76b 2,253 1.00/1.00 vMB 259
Previous 10 blocks ↓
Total Size: 781.82 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: 635.65 GB
    • Received: 12.32 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.