Loading Tool

Explorer IconExplorer

Memory Pool

84,956 transactions
31.86 vMB
0.16824389 BTC
Random Selection Loading Transactions
Max Size: 189.66/200 MB

Candidate Block

Mining Attempt 033223f3b27fb145a3ef2838ab30822531ceb445011c341bf9cdabeb157fd1ef
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 4b49a2d9ee49889a6838d5c33e8afa1fb7bdff1f6af9f782c8d71c9391b8d518
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,000
Size: 1.00 vMB
Total Fees: 0.05337032 BTC
Feerates: 402.75 > 5.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (421,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,832 493,832 0000000000000000006747f674b86424f1f03f66f8cd6fd7e24db5eed7002567 2,233 1.00/1.00 vMB 279
493,831 493,831 000000000000000000107efa2f66b85ab41eefec8ce9863610a94fafe9320608 1,564 1.00/1.00 vMB 181
493,830 493,830 00000000000000000037f5d6669e6e36ad6508b5496acecbc2306bcd019aac1d 2,912 1.00/1.00 vMB 221
493,829 493,829 0000000000000000002789e1f93463d75b41dde78e44a986537a8ad254720062 2,684 1.00/1.00 vMB 243
493,828 493,828 0000000000000000003cb31d019c5b4f5670ab2211b72c7160c0a7bd1a511bba 3,003 1.00/1.00 vMB 239
493,827 493,827 00000000000000000034fcd9c32807b0e114acbf20d917501e5694239eb9ef37 2,321 0.94/1.00 vMB 316
493,826 493,826 000000000000000000169739c0e124d5c7fb71dfae6d01c6fc2ace966f327637 2,583 1.00/1.00 vMB 279
493,825 493,825 000000000000000000742478e7ffdd259902563ea7da09b298415457ea830c57 1,870 1.00/1.00 vMB 363
493,824 493,824 000000000000000000c0068a494ad7e56e35e30a9e0b2aaf91e5e3a2b16a4a14 2,026 1.00/1.00 vMB 257
493,823 493,823 000000000000000000379f698a348a62ea33a7b300f9931afcf4a8e205a88e49 2,948 1.00/1.00 vMB 309
493,822 493,822 000000000000000000ac33f32d7194add5845e05683210d82652dbe265a4da84 2,192 1.00/1.00 vMB 299
493,821 493,821 000000000000000000065a2f078dca0b22a0b8388397f628882a41c26633707b 2,498 0.93/1.00 vMB 317
493,820 493,820 000000000000000000212a692d9ea71824d47f3e51646b15f32f5a64af8035f5 2,253 1.00/1.00 vMB 281
493,819 493,819 000000000000000000792737c5723303f7d90b122007546026ce868b2445bb5e 1,934 1.00/1.00 vMB 265
493,818 493,818 00000000000000000056b076b6020d316030a9644575c55d98ad09671f37ae58 2,272 0.94/1.00 vMB 275
493,817 493,817 00000000000000000067b1d1e51377c8b326233c88c0c5779dd6eba73dc4df2d 2,291 1.00/1.00 vMB 293
493,816 493,816 000000000000000000631e3be50e67606ecee08e8750b0b8ceaad014f3f6fca1 2,542 1.00/1.00 vMB 305
493,815 493,815 000000000000000000265d59a48bb697cf5cdcf58cc3ceeaf34f62678ceb3216 2,547 0.93/1.00 vMB 313
493,814 493,814 000000000000000000aa680614f7425540760925e306f2ac1d869661b5d812a3 2,163 1.00/1.00 vMB 310
493,813 493,813 000000000000000000905fdee95bacf0dbabc7bbbbddfc2ea45681d9deffe0ed 1,632 1.00/1.00 vMB 314
493,812 493,812 00000000000000000077da2e4ef2cd7088c4b6e779304d55e59af520b301aa99 2,389 1.00/1.00 vMB 266
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.