Loading Tool

Explorer IconExplorer

Memory Pool

81,422 transactions
34.31 vMB
0.13975993 BTC
Random Selection Loading Transactions
Max Size: 194.92/200 MB

Candidate Block

Mining Attempt e119c2cfe7144297d1e2d90c6b8fa9fcd07658a639dc3b91fc86631c9e701e0c
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root c4d3ca8613654d7c9191d75e0499e122d07d6f929b264303b2ae7d8e2bc2d45e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,665
Size: 1.00 vMB
Total Fees: 0.02577247 BTC
Feerates: 384.62 > 2.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (445,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,612 469,612 0000000000000000012cdd6a87ca6cdc5c358997de6152a3128e700527d588c4 1,632 0.99/1.00 vMB 410
469,611 469,611 00000000000000000038ebf04122da8d0356d49876fde8bca614b90740c38852 955 1.00/1.00 vMB 472
469,610 469,610 0000000000000000008a96b7ff1bb33b8cbbe4d8a89cde4e6de6eb756065c149 506 1.00/1.00 vMB 493
469,609 469,609 000000000000000000a06f13e5ebf80b0bcc4e780d6daab1b37b22ddfd5abba3 419 1.00/1.00 vMB 493
469,608 469,608 000000000000000000bb412f42af628eaf3d68bce05b27cbef67d942695740c4 439 1.00/1.00 vMB 503
469,607 469,607 000000000000000001b3dc7a22fcd1562271f37719e962a7f8ed88df6b6f2a34 606 1.00/1.00 vMB 513
469,606 469,606 0000000000000000000a5e39c8ef308f98d0cde2738f7bf7f72ad406d62a0b6d 1,271 1.00/1.00 vMB 393
469,605 469,605 0000000000000000010b80a2ee3bf6adab41c049cee7a848466ebd048f688484 1,155 1.00/1.00 vMB 475
469,604 469,604 000000000000000000213170b178c40b6b6cada9a0d738bb6835b05be9503732 358 1.00/1.00 vMB 484
469,603 469,603 0000000000000000013de90f5835fb7edee1d3ee92b98c9ac0dff8e3ed02294c 525 1.00/1.00 vMB 492
469,602 469,602 0000000000000000013e202f1fb6eac87f8635a45e72d2d0d692c5639d4857c7 1,336 1.00/1.00 vMB 466
469,601 469,601 0000000000000000010c1781d59913971aa14d47beb789af2a1a406d3bb414f2 750 1.00/1.00 vMB 260
469,600 469,600 000000000000000001a01b9b5788d55f71554034ffe6c0047c23fc88ab0431fc 1,895 1.00/1.00 vMB 108
469,599 469,599 00000000000000000084efc4b14c61daa68c152ae81f38319efd2c0be9dc9315 1,998 1.00/1.00 vMB 164
469,598 469,598 000000000000000000d9ee75e7f20424c69c7576f71dc52d99d6a62f87927621 1,063 1.00/1.00 vMB 135
469,597 469,597 0000000000000000009c217cf9fea6506a54c4928679a42d480ebc676a261e29 1,841 1.00/1.00 vMB 271
469,596 469,596 000000000000000000afe36598710f91265ba5bd8a6b0c915bb2abd4c5522cef 1,670 1.00/1.00 vMB 250
469,595 469,595 0000000000000000016a0edc754e6ac690ccd0aa0af74729769f7164bf57f0d8 2,431 1.00/1.00 vMB 357
469,594 469,594 000000000000000000356824d6b50cfdc75127ac412ffe10868d47848335570e 1,082 0.99/1.00 vMB 516
469,593 469,593 0000000000000000006f3af6057f1f770868d41945d30f658e01a94de5556ae2 728 1.00/1.00 vMB 117
469,592 469,592 00000000000000000072dcbbfa9d8b1757ae8084ef14ce95edf14546f497f990 1,838 1.00/1.00 vMB 207
Previous 10 blocks ↓
Total Size: 783.10 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: 729.74 GB
    • Received: 18.49 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.