Loading Tool

Explorer IconExplorer

Memory Pool

76,584 transactions
27.66 vMB
0.07832657 BTC
Random Selection Loading Transactions
Max Size: 168.85/200 MB

Candidate Block

Mining Attempt 4035340f698c871511d7620b84d3915e3ffcee0160d8409dd2f67ca6a53dea97
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root b45ab421eade1cda73cdf3ebe6a0830826f98cccd3b4ef26392585f6c9bdef61
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.01926319 BTC
Feerates: 402.60 > 1.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (442,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,967 472,967 000000000000000001862fab1d3479d878dd8a6772a4a4510fac6306f403481d 1,623 1.00/1.00 vMB 261
472,966 472,966 00000000000000000145bc5401ced0f282786a3a6a5aa5d44c8c379bba0088b1 1,995 1.00/1.00 vMB 328
472,965 472,965 0000000000000000010ad554024bcbb2ce44567c63855a92431228ff75a7b60a 2,129 1.00/1.00 vMB 286
472,964 472,964 000000000000000000ec68bfb3adc791965b895e08206b61cb420d3715b02025 2,343 1.00/1.00 vMB 370
472,963 472,963 0000000000000000007481888542d4632e8555e61dd76a1cbdedde936262c242 1,947 1.00/1.00 vMB 335
472,962 472,962 0000000000000000013c561154c6a293277ae6ec322a820a25eec5a92c1a49e6 2,259 1.00/1.00 vMB 287
472,961 472,961 000000000000000000df20a50e9487a81eeabc05b877a46fcfef6d78c890fc02 1,919 1.00/1.00 vMB 257
472,960 472,960 00000000000000000083d28897a247655ea9c6a0cdb853334834b4cd9dfdd0e6 2,050 1.00/1.00 vMB 395
472,959 472,959 0000000000000000011efd6ee2f70227abc7a9ee87f190463bb5dfb052cd3bb8 531 1.00/1.00 vMB 60
472,958 472,958 000000000000000000ceb141bd4d65f360cd654bafeac6c0211833582eb985fa 419 0.17/1.00 vMB 279
472,957 472,957 000000000000000000658c8d73ca15c9e96747ea2d4088886018be0f7bae917c 334 1.00/1.00 vMB 30
472,956 472,956 0000000000000000012277608754b3e5c499d41cca2a9e59f3c1b25ff3573830 2,234 1.00/1.00 vMB 282
472,955 472,955 000000000000000000bea5f8d5012214e7d36df36a1254f572970f00e85da769 1,047 1.00/1.00 vMB 55
472,954 472,954 000000000000000000fa85d04f3cec493760b8058750b6007dc4ef634d9b2d5b 2,102 1.00/1.00 vMB 332
472,953 472,953 0000000000000000016c1d450ad9c09ea4dc057a9141b92938a3e3f17ac0ca2d 1,506 1.00/1.00 vMB 207
472,952 472,952 000000000000000000a001c273d89637ca7c5296bc6a147a7604d8b49c0e7656 1,590 1.00/1.00 vMB 427
472,951 472,951 00000000000000000135171ae92a1f7eeabb840a7b51611fc2ead3f89ed135a7 166 0.99/1.00 vMB 60
472,950 472,950 0000000000000000015422ad5be7ebd66e8e7efb37ecb9f718a635e4dd11ab1c 1,101 1.00/1.00 vMB 154
472,949 472,949 000000000000000000e18fe8055aa416b3fe6cd8ae92624694a92abc3c1a0e5b 241 1.00/1.00 vMB 34
472,948 472,948 000000000000000000901ba80395090bb67d68dbc4827edb7c527524a1c37c1b 812 1.00/1.00 vMB 97
472,947 472,947 000000000000000000a3111f3159448cbefd58fa4639bb8f7a39a7b17d7bf9e7 1,580 0.80/1.00 vMB 267
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.