Loading Tool

Explorer IconExplorer

Memory Pool

79,441 transactions
29.49 vMB
0.06540088 BTC
Random Selection Loading Transactions
Max Size: 177.78/200 MB

Candidate Block

Mining Attempt ffc9782fa044523cad5654d625ced36958e4b9b4b85645b03c2dc80c233c45a4
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root a5a1ed83ed7bf24e7dd2ddd612bec85888e8914233735a3d229e06b9dfc26fc2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,546
Size: 1.00 vMB
Total Fees: 0.00545450 BTC
Feerates: 147.04 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (520,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,542 394,542 0000000000000000038b4c682b77a36e4f30d23088a55201ecc978e58e796038 1,004 0.65/1.00 vMB 37
394,541 394,541 0000000000000000088040cecf3aef8eeb8b6af7e619ad7436285450d1945291 1,884 0.89/1.00 vMB 42
394,540 394,540 0000000000000000038aa4ab5d74a8f22e253e5f2b0e8745e7ef140fd0a684c4 1,050 0.44/1.00 vMB 44
394,539 394,539 0000000000000000099741aaa59352150fe57f4291b06eadcfb3b559f28b9fa1 1,113 0.99/1.00 vMB 26
394,538 394,538 000000000000000000b9d5cab7d3f20582f71fb1b55e4b7b4e759ddacd613194 1,045 0.75/1.00 vMB 39
394,537 394,537 00000000000000000724c4578ba64326c76c59d2fb2fa647ddfa0741d60e3abb 1,325 0.70/1.00 vMB 45
394,536 394,536 000000000000000007f5fcdaa53695027d5c862709a5e2f46776881231b061b6 413 0.18/1.00 vMB 46
394,535 394,535 000000000000000000c027c50d4ed486b732aad7f06fbd13af671faa598bd717 1,018 0.65/1.00 vMB 27
394,534 394,534 000000000000000008419d86d2e9467f547e1529f327e8230dd541319de14e79 2,169 0.75/1.00 vMB 52
394,533 394,533 0000000000000000088ed5d0fdff84feacf99103bc1d998f8ddfa96ba0dc31f3 986 0.49/1.00 vMB 41
394,532 394,532 000000000000000004b0ef83b7fb1e7cd60b15eaca42f968a92163d51fbc16c7 437 0.41/1.00 vMB 20
394,531 394,531 0000000000000000063ba8a5d20c79c1cd4294e051b91eee93943cd985f41db0 1,420 0.74/1.00 vMB 37
394,530 394,530 0000000000000000081658b289699fd08753c898fef70816e6b634aa01c5697f 500 0.24/1.00 vMB 38
394,529 394,529 00000000000000000700cd4a14104630fc5fd273e6c29747ea21042ebcd26769 1,759 0.72/1.00 vMB 64
394,528 394,528 000000000000000005234c6b6d8f7c2147ffa47dee7b0b524f721031e52cc365 1,675 0.96/1.00 vMB 41
394,527 394,527 00000000000000000135129156818c86ee25b3f6cd28c2139231a4358ba4e5aa 1,724 0.99/1.00 vMB 35
394,526 394,526 000000000000000005aa554b4631f2ac2e315bafc212423a1fe667c13874a1e2 522 0.26/1.00 vMB 41
394,525 394,525 000000000000000002acae4c89dac760af811917c10f2f1a430f8d6ab2c30b22 297 0.24/1.00 vMB 42
394,524 394,524 000000000000000007f6cacada7f9aad2837a76be4f9871bf3ceb6965424bdd0 744 0.56/1.00 vMB 33
394,523 394,523 000000000000000008e3cefd9162af54f2cbab6188f022e4d6bc60dac4a2eab9 1,856 0.95/1.00 vMB 43
394,522 394,522 000000000000000006cbe3fefe96608e1f040f9f8159aff0490a5bb512b8e0ac 484 0.99/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.36 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: 662.79 GB
    • Received: 14.88 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.