Loading Tool

Explorer IconExplorer

Memory Pool

47,050 transactions
28.95 vMB
0.19419518 BTC
Random Selection Loading Transactions
Max Size: 151.37/200 MB

Candidate Block

Mining Attempt 821712fa711c1772c585eed462abbf58994102b929f48c2b0874f5c7ecfa98a1
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 39c5ace97f5f92c2d515937a6485acea0e39eb3908d6af1de7b1e2c321cbfd21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,717
Size: 1.00 vMB
Total Fees: 0.06559172 BTC
Feerates: 151.12 > 6.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (262,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,498 652,498 000000000000000000034fff48e630cf166aeb776efaa351ccf1e261d6029edf 2,414 1.00/1.00 vMB 43
652,497 652,497 00000000000000000009771ed0a61c0f73eb37ead1ceaee05e73f1978dca255e 1,934 1.00/1.00 vMB 28
652,496 652,496 00000000000000000007b621f35c3059555757034c3958db30231886ef48221b 2,122 1.00/1.00 vMB 38
652,495 652,495 00000000000000000003722b02aea5eb13be071223248fadcac9d652addfdd0c 3,098 1.00/1.00 vMB 86
652,494 652,494 0000000000000000000392c0504e04e74efa9dc5aeb5615812e70a5fbc4083f4 2,265 1.00/1.00 vMB 59
652,493 652,493 0000000000000000000381b6daae58254299a90e5d6d025ed96786f13eb1f9e3 777 1.00/1.00 vMB 14
652,492 652,492 00000000000000000000f7530ea483ca18ce68c9c5e7fb2b8c123d04da3534f8 2,021 1.00/1.00 vMB 40
652,491 652,491 000000000000000000032aa09f1a03db2dcfefdba4d67e95337b8c7c9efc0e9f 556 1.00/1.00 vMB 12
652,490 652,490 0000000000000000000ad0fdc64dcfeace498ed5e5e971019dd73857aed33f07 1,093 1.00/1.00 vMB 23
652,489 652,489 000000000000000000067dc0e446166da96e4bbcb85afcf0a2d6c08c589baaec 2,182 1.00/1.00 vMB 46
652,488 652,488 0000000000000000000b37354a14175dea39c1a740d1e2a92c22dac8502d5f1e 1,144 1.00/1.00 vMB 13
652,487 652,487 0000000000000000000b94317d47b71640db13695d4a73049bb11570f9e51b8d 2,227 1.00/1.00 vMB 66
652,486 652,486 000000000000000000096709356f5f8c7afb413e24fd3185872921d6e105a125 515 1.00/1.00 vMB 12
652,485 652,485 000000000000000000070b8ed15bc2aec8de2e27636f6890c5a769c446ae221e 982 1.00/1.00 vMB 5
652,484 652,484 0000000000000000000a9a768d96f5017e76ad6932505b32491ba9bc9b9a1c66 2,644 1.00/1.00 vMB 73
652,483 652,483 00000000000000000004a9d9728161e2b1940bda18c99082350f1c8e4a46f658 575 1.00/1.00 vMB 14
652,482 652,482 00000000000000000003d3208667dc35bef7df0a76a4cd7ad52382dac692bd9d 2,012 1.00/1.00 vMB 47
652,481 652,481 000000000000000000063d495dec5998c8b2567d2ba3e819c276ce151933c1a4 538 1.00/1.00 vMB 4
652,480 652,480 0000000000000000000d2692b14d4026607ffb5f77b4ccd0e8d7f97a6958f209 2,189 1.00/1.00 vMB 22
652,479 652,479 0000000000000000000d4f96f385ec27d97802105867e064a387471ff762899f 3,035 1.00/1.00 vMB 88
652,478 652,478 000000000000000000073a8e6d44b90aa77e3f265c7fc22e9be00b9c583c99f0 2,081 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 643.56 GB
    • Received: 12.59 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.