Loading Tool

Explorer IconExplorer

Memory Pool

72,682 transactions
27.95 vMB
0.06453361 BTC
Random Selection Loading Transactions
Max Size: 165.94/200 MB

Candidate Block

Mining Attempt bb8f341c8bd0e6748fd30c9d8b2b90466f6fa9036957cedd06825679066828fc
Version 20000000
Previous Block 000000000000000000003563c4b66b8c7aee15d5eb92bb97c05d0ba548e70e53
Merkle Root 534e5949a53901653e30fdc090530cf8f8892260fd17935bca31df048a114c51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,444
Size: 1.00 vMB
Total Fees: 0.00873175 BTC
Feerates: 180.34 > 0.88 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,033 (432,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,572 482,572 000000000000000000898c91da82b58e27a1af1d8e0f36ca357bdc9281fffd33 1,315 1.00/1.00 vMB 101
482,571 482,571 000000000000000000dc71dadf54a527875f373de0ff1e7baa4d5376de5f285a 2,149 1.00/1.00 vMB 389
482,570 482,570 00000000000000000138024ced8508e9b1d312a8481c533aa75061d5aa3a79c3 2,137 1.00/1.00 vMB 173
482,569 482,569 0000000000000000003f7159ab283b620d4e3034f39a07616e9761a9e51c8d77 1,985 1.00/1.00 vMB 383
482,568 482,568 000000000000000000f65234505d63dfa4b3bb10c6e1a1b1015a9c92830278b7 1,672 1.00/1.00 vMB 261
482,567 482,567 0000000000000000005877b0ecf6bca3d8a76374e3e194c386b168c27cd635ae 1,867 1.00/1.00 vMB 456
482,566 482,566 0000000000000000007879f8f7b7ac87beb7db48e5ea2db0137825b387cae24b 1,536 1.00/1.00 vMB 151
482,565 482,565 00000000000000000094cfaec5dc8b05f8d25dbce268bf927bbf9982f92c5eb9 1,917 1.00/1.00 vMB 417
482,564 482,564 0000000000000000007c7484ebf25d6e08ee4c0439850af6d37fca315b1702cf 1,383 1.00/1.00 vMB 229
482,563 482,563 000000000000000000294367ff2e592d9c5d4e6e6f693adbf18896c86014f300 1,846 1.00/1.00 vMB 296
482,562 482,562 00000000000000000024b7de22d2e21150f19f86dde34931d133c6c37a18b578 1,136 1.00/1.00 vMB 184
482,561 482,561 0000000000000000000b991a542d9fff4aae42ac6dfd243d7d408eaa4260b9c4 980 1.00/1.00 vMB 161
482,560 482,560 000000000000000000e44445e7337c99cbd35ab10f98b6540aa40e4670735250 2,117 1.00/1.00 vMB 249
482,559 482,559 000000000000000000eb80c5832e25a9b760c6a77a2133b71adffd97c2136dc3 1,932 1.00/1.00 vMB 269
482,558 482,558 00000000000000000003be7da5c11420b983e75713f06a7d2914869dd8585d62 1,936 1.00/1.00 vMB 445
482,557 482,557 0000000000000000007188d1fe456e8d4f30a113497269656b02db10ed306694 1,281 1.00/1.00 vMB 215
482,556 482,556 000000000000000000a2cb895647f75b992e660528fec00c87d9c868f9aad807 1,756 1.00/1.00 vMB 279
482,555 482,555 000000000000000000dc4512b5f5c1955048d0101c489144db558d29f5e27479 661 1.00/1.00 vMB 86
482,554 482,554 000000000000000000da00e1cd394cfbab4c35786457acd350b97fe5fb05d2a3 596 1.00/1.00 vMB 124
482,553 482,553 00000000000000000124493b0f78f2d1533a13835c2f05d982a3117e5ae552ef 945 1.00/1.00 vMB 78
482,552 482,552 00000000000000000125d823ea215dd35163514c86b7a5e808e37a9c76f57301 2,008 1.00/1.00 vMB 328
Previous 10 blocks ↓
Total Size: 782.45 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: 666.89 GB
    • Received: 15.23 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.