Loading Tool

Explorer IconExplorer

Memory Pool

37,321 transactions
25.34 vMB
0.05198227 BTC
Random Selection Loading Transactions
Max Size: 130.48/200 MB

Candidate Block

Mining Attempt bf7457953c5e132d9cd8f711d97917f1dc3d1cb459303817bbc3821c30b83ae7
Version 20000000
Previous Block 00000000000000000000a6a8f5de49fbdec5568798a22c7444a7cf050d6d96e9
Merkle Root aab13e9b93ba8a5a349628ae79fed9af3bbb578877396ab56b404bc779d3a25f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,538
Size: 1.00 vMB
Total Fees: 0.00645373 BTC
Feerates: 100.36 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,767 (414,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,299 500,299 00000000000000000037b55e10f469c7181cadc9bf1df9f6ac90a2239265a07e 3,274 1.00/1.00 vMB 822
500,298 500,298 00000000000000000071ef0363647bbfb591b04ee268642060596ca21b7671d7 2,688 1.00/1.00 vMB 744
500,297 500,297 0000000000000000006ed088b219ff8bbbaae4882daaaf6b22e1a31fe2f399fe 3,482 1.00/1.00 vMB 759
500,296 500,296 00000000000000000074b40ca57e9e89450b754b190944c1f5373879731fa5b2 2,968 1.00/1.00 vMB 828
500,295 500,295 00000000000000000070e679355e1d2f0af7a4c0b3d9d367563b20f1b8d737fe 3,242 1.00/1.00 vMB 793
500,294 500,294 0000000000000000002cd8e8e8cacd94e24833f033b16c381bb1bd230773a738 3,319 1.00/1.00 vMB 784
500,293 500,293 0000000000000000000c3ff4471aded6b762b6f53a5aa8e11b6205224658c871 2,490 1.00/1.00 vMB 639
500,292 500,292 000000000000000000645037cd37c5467b8e941af798e397df077d54aa6506bd 2,627 1.00/1.00 vMB 708
500,291 500,291 0000000000000000005642cb0d39eb4f3b9c1a296421bc900f50343f75a94dc7 2,640 1.00/1.00 vMB 653
500,290 500,290 0000000000000000002f138b85d4822164582a65af05b58808c39b3698ddf732 3,287 1.00/1.00 vMB 769
500,289 500,289 0000000000000000002bdcb393f9c2bfbe139ae13aefa1d41fc2ef120787834f 3,007 1.00/1.00 vMB 743
500,288 500,288 0000000000000000004a7f37402aa4937054ab64ffaf3f055dc5e292aaa8e3bb 2,649 1.00/1.00 vMB 792
500,287 500,287 000000000000000000682f64b2598fefd5a2a8a448a20dc2871856c376c0ed38 2,709 1.00/1.00 vMB 712
500,286 500,286 00000000000000000073418f6c932ed9cffbb36f35336c92263ad9dd57fc9c01 2,489 1.00/1.00 vMB 674
500,285 500,285 000000000000000000868be59ee0ff19110739b35ecf2558a4649ec7901b2128 2,076 1.00/1.00 vMB 446
500,284 500,284 000000000000000000442abc8fb9544d5e60fe14ba71b641cbff1240a5332d6d 2,618 1.00/1.00 vMB 765
500,283 500,283 00000000000000000011078f2fbc865692b22e999b98f3f2b9c119c702994f78 2,436 1.00/1.00 vMB 602
500,282 500,282 0000000000000000006769fff0a690deb7b7f00157aeafba1f282cd16fe90924 2,943 1.00/1.00 vMB 681
500,281 500,281 00000000000000000080c728672a75afc57bd88de1e70034a3443d6b1609f8a3 2,559 1.00/1.00 vMB 698
500,280 500,280 0000000000000000000402e5fd9980d4d783169c23909b64afaa7be4396c8103 2,910 1.00/1.00 vMB 825
500,279 500,279 0000000000000000005e5c4e6351ef1cb2d811ac0696ac6b3bb025c199ff457d 2,542 1.00/1.00 vMB 647
Previous 10 blocks ↓
Total Size: 781.97 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: 647.95 GB
    • Received: 12.98 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.