Loading Tool

Explorer IconExplorer

Memory Pool

43,719 transactions
27.14 vMB
0.06055867 BTC
Random Selection Loading Transactions
Max Size: 143.24/200 MB

Candidate Block

Mining Attempt a4e9ebe301f5ab70f08c2276e8c352473b6d327927ff90329b4b4c0561d21091
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 9cf05f069a4bb3c32c956b37deae2d6320607b436af60f8fd03183e395d626a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,546
Size: 1.00 vMB
Total Fees: 0.00985014 BTC
Feerates: 200.99 > 0.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (90,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,598 824,598 0000000000000000000071db66786c7bf97778af248b9406535ecc27216e55fb 2,065 1.00/1.00 vMB 48
824,597 824,597 000000000000000000033e5162c60ce540e8025a6f16c597c2631985ee57089f 2,644 1.00/1.00 vMB 47
824,596 824,596 00000000000000000003a3a5ae691c4a6d91261903a1d75c0ca5be95f9705e3c 3,457 1.00/1.00 vMB 62
824,595 824,595 000000000000000000005620c57bcc66b0d5c58e2f6a5dfaa67f90e730f1617d 2,758 1.00/1.00 vMB 55
824,594 824,594 000000000000000000005fd682b7e0ce0fd478e16dd46549b225bd7eae035902 3,253 1.00/1.00 vMB 74
824,593 824,593 00000000000000000002688854684cb1c6621841d93a28d28fc9555cc87df447 3,277 1.00/1.00 vMB 79
824,592 824,592 00000000000000000002436c5a40a3e61df8e89063f16638d0aed1c732f761b5 2,010 1.00/1.00 vMB 49
824,591 824,591 000000000000000000039b857a6e213b3c3ddd9e2809b072e7503d80b08f7f79 4,487 1.00/1.00 vMB 55
824,590 824,590 00000000000000000001889db759c7f81ec1d3e92cac3e095cafdc02027f29c5 4,242 1.00/1.00 vMB 52
824,589 824,589 000000000000000000024e0aae31556b4792a8caf620bdb64098d89d61c9e9c2 4,205 1.00/1.00 vMB 58
824,588 824,588 00000000000000000001508dbc5776d5571f1cdf13cffd22db6a3c14f111d7ca 1,827 1.00/1.00 vMB 36
824,587 824,587 00000000000000000002f7c609a7f87c35e70aeaccd3265a39f4c0c41c4c53c7 4,959 1.00/1.00 vMB 55
824,586 824,586 00000000000000000002b8bc7087a4028eda45e80fc939d05f391e4c43739a45 1,439 1.00/1.00 vMB 36
824,585 824,585 0000000000000000000148a5e402b95301ad722dcb551be77fedbcc8f9d5c569 3,238 1.00/1.00 vMB 51
824,584 824,584 00000000000000000003791cc26bf5f2fb104378a6c8e063f52e959290ed7c7d 2,900 1.00/1.00 vMB 56
824,583 824,583 000000000000000000007de5c9d897d5d1fb7dc7fba708b9753d0e9dd1052d53 3,221 1.00/1.00 vMB 91
824,582 824,582 00000000000000000003a0a4f727f2ec8344716aa611560a437351cf03906435 1,580 1.00/1.00 vMB 47
824,581 824,581 00000000000000000001a47841d84f5a28240a5b465a6fc592722f8888a413e2 695 1.00/1.00 vMB 36
824,580 824,580 0000000000000000000083d4f34c5314713de72d27c662e95807bb56c2e55008 2,293 1.00/1.00 vMB 43
824,579 824,579 000000000000000000025443b95efe0ca063d90e5d35e54f646b3b62d0cf2eb9 2,292 1.00/1.00 vMB 46
824,578 824,578 00000000000000000002b84dd11a81594a7f2a6c4ea3be59bc33cc5b7e30ff5e 2,270 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.25 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: 655.42 GB
    • Received: 14.31 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.