Loading Tool

Explorer IconExplorer

Memory Pool

43,138 transactions
28.63 vMB
0.16408009 BTC
Random Selection Loading Transactions
Max Size: 147.85/200 MB

Candidate Block

Mining Attempt d46b00d0f2f7766c20c238520f7ce4797d889e707767f81a002e1dc5f7f11edd
Version 20000000
Previous Block 000000000000000000008372903aa4d0da986da668e92f623c39e85dec80bae4
Merkle Root ceebaa90aeeae7b2cec334460a89e4f80c4765aca34a9a8b60c5925ee0d8926b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,842
Size: 1.00 vMB
Total Fees: 0.09050685 BTC
Feerates: 265.25 > 9.07 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,267 (785,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,254 129,254 000000000000141f36de5c2312c28115b9fc170e921dd9fe14796758f75e16f9 32 0.02/1.00 vMB 277
129,253 129,253 00000000000000d5316bf780cd1c73cfe1ff14da9aca4f765426114693fd15d2 54 0.02/1.00 vMB 1,313
129,252 129,252 00000000000019da4c5d7aa60818394f58b7ed6c96f8713d2bfb1fbcabbda2e4 80 0.04/1.00 vMB 949
129,251 129,251 000000000000000a7c65005bf4407e6e44b35129d160d5293f9edbedb8e62a50 37 0.02/1.00 vMB 1,344
129,250 129,250 0000000000000659c2db7512774392504f8e121ef3e29c7e14782000328baf63 58 0.03/1.00 vMB 719
129,249 129,249 00000000000012f7aa4a7631969fc2b70a6072c68b1182fabb945139ac371fb4 114 0.04/1.00 vMB 1,847
129,248 129,248 000000000000144914de6bbf40c1acc9492f330ddae166ee8f24975f2291f304 148 0.05/1.00 vMB 393
129,247 129,247 00000000000006e0ed75770b5cb151c2ca438a022c0d5d412d2e0d86b2e83ab1 5 0.00/1.00 vMB 1,175
129,246 129,246 0000000000001b481b040cd5c3cce11291b0ef453620eeee814d56700a26cf53 2 0.00/1.00 vMB 2,283
129,245 129,245 0000000000000fd7bb4ecf68f174f47321060e94ede2815c148a47bb7407f527 14 0.00/1.00 vMB 577
129,244 129,244 0000000000000d30e77edf7695ef925820e58744867ef9847f845f9f1151bc67 74 0.03/1.00 vMB 1,079
129,243 129,243 000000000000158d614e04a745be1405c985e673832f98c9e38fcdb1c0c4f3ee 40 0.02/1.00 vMB 1,165
129,242 129,242 0000000000000ed8a1e2fb657ff088f93a56c1c9bec7244862fac54f63747063 271 0.10/1.00 vMB 1,057
129,241 129,241 0000000000000fb27c6130576f9fe6f7cdca6645c6e249c990218ddb77fc5b64 25 0.01/1.00 vMB 2,968
129,240 129,240 0000000000001b28fb3dff625c88fd305db7d27ad81674ef773333afaaf89962 44 0.02/1.00 vMB 880
129,239 129,239 000000000000044745fbc045f734ae4148c8230e34c47286d565783703e4b5ef 33 0.03/1.00 vMB 769
129,238 129,238 0000000000000f1ff1738bcc890158eb7eaca2b02e80ebf722b3651e4261fb4c 56 0.02/1.00 vMB 258
129,237 129,237 00000000000015a0b470ebdfb3aacc4f10d73f8f28d947203c2bcce16647eb24 28 0.01/1.00 vMB 733
129,236 129,236 000000000000053c41f40164e822a76c05375f216d5f2d1606856158c3798067 80 0.03/1.00 vMB 772
129,235 129,235 0000000000001ab35b060e7be5db67d773d7fe770bfc32d24e3906026e6d4dc3 13 0.01/1.00 vMB 740
129,234 129,234 000000000000068fe936f22edcb476b8e2fc0395cc74958450c1a332ecb4dc86 66 0.03/1.00 vMB 989
Previous 10 blocks ↓
Total Size: 781.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 578.29 GB
    • Received: 8.71 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.