Loading Tool

Explorer IconExplorer

Memory Pool

71,553 transactions
26.96 vMB
0.06440602 BTC
Random Selection Loading Transactions
Max Size: 163.32/200 MB

Candidate Block

Mining Attempt a857a576bf5e82546bcb8bf3fb2b3a6542e1b3c8e2c58933dad6d3c674ee84a5
Version 20000000
Previous Block 000000000000000000003dda3b53bd86c7e68e6b60ed128dc579c306951eca9a
Merkle Root eed2ac06917bed4e5d88610b113cfe18897537a511ecc8db40dfc0470a5f2f7f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,036
Size: 1.00 vMB
Total Fees: 0.00669274 BTC
Feerates: 100.66 > 0.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,573 (802,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,542 113,542 0000000000005ea01299b3b7e4866922bd49ae5de36d3a9758824b187a77d60b 10 0.00/1.00 vMB 0
113,541 113,541 000000000000598258721da34a8c2592d81e38d371ebf5836b104a26b1dae3d5 17 0.00/1.00 vMB 445
113,540 113,540 000000000000caa1d796715f51a3e61161732e7c74430d00f6ac5d10623935e9 11 0.01/1.00 vMB 276
113,539 113,539 000000000000be7ff0e90e9638b2c661f4974392c947f0938b4baae6fd6e74c1 13 0.00/1.00 vMB 358
113,538 113,538 000000000000cc938344d42b4b3413aa92dd4d7b1ef03fbba0004cb4a07c4873 12 0.00/1.00 vMB 0
113,537 113,537 00000000000078929cf467a42b1931e8c5c3e6c44ee9b66c5226f8edbde9f24c 40 0.02/1.00 vMB 211
113,536 113,536 0000000000003b9ef86b54f8be972ac2b90b781607430e7192ec07a6802a88d0 1 0.00/1.00 vMB 0
113,535 113,535 00000000000045456e97b317a3256fbb57d0aec9189a211ee0a3154e990a4553 10 0.00/1.00 vMB 422
113,534 113,534 00000000000090e7f6e7a47753cc3129eae350e13466da17b2029264a04c57d3 124 0.03/1.00 vMB 31
113,533 113,533 000000000000923e9e40fce08b328ff4fc78cbd85b233fc951c02bbfee3dc12b 11 0.00/1.00 vMB 0
113,532 113,532 000000000000bf335f89ad82bb707b48caf12dfe0fb68dce98ae9625f12857bb 10 0.00/1.00 vMB 313
113,531 113,531 00000000000094a3a11f1f3b964eb2d14215946fb03a1de94e971aefa55264ad 32 0.01/1.00 vMB 102
113,530 113,530 000000000000c22f0a99c085028688c8d868bd5c684305187f8b9c50bc7b5f1f 2 0.00/1.00 vMB 2,481
113,529 113,529 00000000000036736b9d33d07baf004da9ac9a97eb440940d741519d4f52f10b 5 0.00/1.00 vMB 2,541
113,528 113,528 0000000000000ecaafaffbbd1f40cd1a8bfc6f6d6611874726be8dbff4afc98c 139 0.03/1.00 vMB 29
113,527 113,527 000000000000501993994081c61381b01b3cf65eecf2099c8340c1e18571c089 7 0.00/1.00 vMB 277
113,526 113,526 000000000000b275bc48dc024e258c3c8e9a3681b83cfdb99f84cd74578b3ec1 8 0.00/1.00 vMB 0
113,525 113,525 000000000000cc1ff375a8abe4df696383db32e43e703a90195b4707344814c6 27 0.01/1.00 vMB 264
113,524 113,524 0000000000005a1796516713ab8ad7fd20957e8ef52edfc6e6fea8f82622df25 12 0.00/1.00 vMB 444
113,523 113,523 000000000000452fd2be9a716e35a6291f7cf039e03cc73651e6a6dfe5605a1f 12 0.00/1.00 vMB 243
113,522 113,522 0000000000004da059747919f4001a6be6193a69d79ac69944debb3576063112 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.38 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: 768.87 GB
    • Received: 19.66 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.