Loading Tool

Explorer IconExplorer

Memory Pool

40,786 transactions
27.65 vMB
0.07126737 BTC
Random Selection Loading Transactions
Max Size: 141.88/200 MB

Candidate Block

Mining Attempt 7a92b3b5a0c36f53caa174684a13b10afc862026ea7998aa6915447a42047463
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root dcae4a96cccd05e280c483577d1476e7ac4b484b7c31f8113b0d9365505cecaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,269
Size: 1.00 vMB
Total Fees: 0.01849692 BTC
Feerates: 307.10 > 1.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (334,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,566 580,566 0000000000000000000118f93fac552f4dcfedde2f54cabe3b1134256c608c83 2,782 1.00/1.00 vMB 78
580,565 580,565 0000000000000000000415680bb2f13495879dbc89fa43263fcb3eb6df2095e8 2,517 1.00/1.00 vMB 101
580,564 580,564 0000000000000000000f025b4d8dfd79b6d2996f02fe5bb52863854e8656f5d7 2,835 1.00/1.00 vMB 79
580,563 580,563 00000000000000000019f9e818b29206207009a67cbb970b28acb2b88e689ca7 2,909 1.00/1.00 vMB 61
580,562 580,562 000000000000000000189d00e5da3e33fb4b53869e046ad21c573af29dd592ae 2,439 1.00/1.00 vMB 81
580,561 580,561 0000000000000000000c17c96dc2696b248917be7ac5bd13502e697e069bfae0 2,436 1.00/1.00 vMB 82
580,560 580,560 0000000000000000001e063cdac15a535ff7a13a96e9b3ffcb1e61df64800687 2,442 1.00/1.00 vMB 101
580,559 580,559 000000000000000000077c95896b226bd3aa97e49f9efc8249114382f5f1ba1d 2,792 1.00/1.00 vMB 88
580,558 580,558 00000000000000000012a21e5bbbdcb75781801335ca2be4d4ef90c83abd8080 2,196 1.00/1.00 vMB 69
580,557 580,557 0000000000000000000af56dd0803496b187c8556fe71db0286dd3d1f41e2dd4 2,970 1.00/1.00 vMB 83
580,556 580,556 0000000000000000001ca2836add8a0a5cc690db49a9ef0b15a08283754b4d9e 2,893 1.00/1.00 vMB 83
580,555 580,555 0000000000000000000ef5f5656b815023a9354695e052354facf1619044da35 2,941 1.00/1.00 vMB 108
580,554 580,554 0000000000000000000ac38683a70a384f95ec36caeb8fde98311208580a0e84 2,817 1.00/1.00 vMB 45
580,553 580,553 0000000000000000000ee0664a212a2f02d04cc28246339a2a12d028da378282 2,086 1.00/1.00 vMB 80
580,552 580,552 0000000000000000001b5c8690df6d576c422a75ca219be6031cf5d60372c9ec 2,410 1.00/1.00 vMB 59
580,551 580,551 0000000000000000000c457d24907337702582ef83f2c09d47b5b24a3a4c2aaa 2,889 1.00/1.00 vMB 101
580,550 580,550 0000000000000000000ae6c0abf885aa54ed4ede038c0742d99ed5e1cec7f8f7 2,805 1.00/1.00 vMB 64
580,549 580,549 00000000000000000014efa16bd85209d18f651eb63fb06266dd7d3c1db5e4dc 2,153 1.00/1.00 vMB 67
580,548 580,548 0000000000000000000bdba9bc7b45f7454af12cd8181d2a4141147009b52e5d 2,784 1.00/1.00 vMB 71
580,547 580,547 0000000000000000001c03bac4cc250f33545bce456f0a7fa05960b1aab1410b 2,847 1.00/1.00 vMB 110
580,546 580,546 000000000000000000103b77d5373ce1c7e55abbc620bb2e2751302d7b011710 2,055 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 781.78 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: 632.87 GB
    • Received: 12.17 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.