Loading Tool

Explorer IconExplorer

Memory Pool

79,382 transactions
29.69 vMB
0.07594000 BTC
Random Selection Loading Transactions
Max Size: 178.21/200 MB

Candidate Block

Mining Attempt b1b6d11aa883d74ff356ec4d3f57b8621981fa31e02a49103ebd2ed0922d0842
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 8d926c4267e9fb770a1b1d248b8b8335b665d5fdf6e6052f9c3213d22fca42e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,101
Size: 1.00 vMB
Total Fees: 0.01541687 BTC
Feerates: 90.48 > 1.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (240,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,577 674,577 000000000000000000074d0ea69c31fd920a61c3c490e04f0772d1344b701d82 2,437 1.00/1.00 vMB 26
674,576 674,576 0000000000000000000aaf5419bc2b6b02d03263b8f14aab2ed8deafe41fb52f 2,159 1.00/1.00 vMB 60
674,575 674,575 00000000000000000006522b354ccc3a7fab809b56592b595ca601bf9fcb0a6a 1,942 1.00/1.00 vMB 52
674,574 674,574 000000000000000000065b57766440ce3713c09b6fb7d5f7cf05d3e18cfb78ab 3,209 1.00/1.00 vMB 104
674,573 674,573 0000000000000000000328b6e69b4d833bb2333e5e97fc6ab5564ced11e92ab7 3,120 1.00/1.00 vMB 102
674,572 674,572 000000000000000000065cf0ac5e7b36c36e228a17b1093cd2630c9d52def5bc 1,037 1.00/1.00 vMB 25
674,571 674,571 00000000000000000001fca7b9ad6e502797f962542fe804640cf568615caf76 2,536 1.00/1.00 vMB 69
674,570 674,570 0000000000000000000450ff41c5ccdd13ccd1a8b90966a50f5fc7c6acfd5934 1,883 1.00/1.00 vMB 71
674,569 674,569 00000000000000000001768ef9ad710303f3af1c2bb1f7ffc59b7b5bf27e121b 1,926 1.00/1.00 vMB 110
674,568 674,568 00000000000000000009353dd85f985120a7d2d9e09f2735328c0a56c6994d06 2,445 1.00/1.00 vMB 76
674,567 674,567 0000000000000000000503c50ce44e2ff62492d7605590168964e4587a1eb09d 1,326 1.00/1.00 vMB 14
674,566 674,566 0000000000000000000789495e84e34bf927482ddd3f8819d0f8c84cc5dd022a 1,261 1.00/1.00 vMB 21
674,565 674,565 00000000000000000003bbde15bfb1a38748b056ab53cba5a2d12c6811457a54 2,002 1.00/1.00 vMB 35
674,564 674,564 0000000000000000000ca978026056d6fa30c607d4ca8fba8ba7916c1a27c8a2 1,380 1.00/1.00 vMB 39
674,563 674,563 00000000000000000009d32f024ecadccf5b154d8eb5de3ddca43fce1e629922 1,753 1.00/1.00 vMB 37
674,562 674,562 000000000000000000060a32072cd2b10015e70648850195ba371882bb72890d 2,021 1.00/1.00 vMB 42
674,561 674,561 00000000000000000005fe52c72505b9ef9ef5ff6b7b88e9ebcd90bd5ee6bfeb 1,900 1.00/1.00 vMB 47
674,560 674,560 00000000000000000004191b2931a4cb475c7ba1891fe4a6516848559dd7e94f 1,526 1.00/1.00 vMB 32
674,559 674,559 000000000000000000050c7f72bb3b74a01ae89e29f1ae1a65b39793cbc2c019 1,983 1.00/1.00 vMB 50
674,558 674,558 000000000000000000052b43c7cbed88b3ffb8ee046ea6458339469c3fbee2d6 1,067 1.00/1.00 vMB 34
674,557 674,557 00000000000000000003cb756c580b28c4ed27740bf121896c8376f7ef21b973 198 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.40 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: 664.70 GB
    • Received: 15.04 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.