Loading Tool

Explorer IconExplorer

Memory Pool

42,645 transactions
26.29 vMB
0.05628968 BTC
Random Selection Loading Transactions
Max Size: 138.08/200 MB

Candidate Block

Mining Attempt 58a832268ecbe98f9af1dfbda70237de791e459d07cfc7d38f6035bfb0f1e7f1
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root 20f6d34dcb090bba4aff9fbc47895867e082c9edc4fc0eb8165a4546377b97b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,038
Size: 1.00 vMB
Total Fees: 0.00832208 BTC
Feerates: 150.92 > 0.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (194,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
720,601 720,601 00000000000000000008c30a9dd4abc029d0d45a658acd368c2c3f8cd2d30000 3,810 1.00/1.00 vMB 11
720,600 720,600 0000000000000000000a1b388ecb1731f94cf3168b02d3d692de80c45192c5a9 3,164 1.00/1.00 vMB 4
720,599 720,599 00000000000000000001a84bc9fb6aac9379c2456879146ab2507fb98621effa 2,933 1.00/1.00 vMB 12
720,598 720,598 0000000000000000000a4851aa14d06b26faa0fa0d3707abebfd389650edb536 2,289 1.00/1.00 vMB 8
720,597 720,597 000000000000000000093406fb47c6d1ca1ef5ff9d33da40e7f5510d0915dca7 1,491 1.00/1.00 vMB 6
720,596 720,596 0000000000000000000870c8d19aa4450caf89ab23daedfeb518de04c84dd54c 2,990 1.00/1.00 vMB 8
720,595 720,595 000000000000000000077597ae2ab60036a23d16498a03cb8a338c07c620e9e6 3,194 1.00/1.00 vMB 17
720,594 720,594 00000000000000000005b3b7b098a998495ee7f96a566897d34403a6390b731f 3,253 1.00/1.00 vMB 17
720,593 720,593 00000000000000000005158353372fa554ca0117a4c042ff42db53850d1982f5 3,288 1.00/1.00 vMB 19
720,592 720,592 0000000000000000000269cbeb570be1e81bffe87d18c5b17c106b5ab18d5ddb 2,994 1.00/1.00 vMB 9
720,591 720,591 000000000000000000081fc0c92634b3320caad2fb4ce88257dd3dd8d43b60db 1,127 1.00/1.00 vMB 6
720,590 720,590 00000000000000000003744901a47a76ee05dc2d06062948cadcb29215660983 2,653 1.00/1.00 vMB 9
720,589 720,589 0000000000000000000a0ba47a4f0df02e241c829b85bc23ab77ebc788f93dcb 3,163 1.00/1.00 vMB 12
720,588 720,588 000000000000000000013d1b979080555b85a9d361196ef731ee685ddf75faf0 2,725 1.00/1.00 vMB 18
720,587 720,587 00000000000000000003db00cd7737dd84814699a26d4d6c1adb84489062a71a 3,459 1.00/1.00 vMB 9
720,586 720,586 00000000000000000001d66dfd93797eda8c5d82f619cdf8f4bc6e3542eb1c6d 2,857 1.00/1.00 vMB 26
720,585 720,585 00000000000000000002f853002ecd55689dc3a345f6f3ef18a13bc3cd080a9d 2,555 1.00/1.00 vMB 9
720,584 720,584 00000000000000000002abb9a325075840f3ba12636bfa2ae4b0c00029fc3d6b 911 1.00/1.00 vMB 3
720,583 720,583 00000000000000000007c9d81fc7b03c15a28bbeb1b00cb0803d2dcbc896d36d 2,569 1.00/1.00 vMB 4
720,582 720,582 00000000000000000005c891cfcb872b98869b947e35b83ca27a981b16630fe7 2,894 1.00/1.00 vMB 9
720,581 720,581 000000000000000000021498d975e63542d0791a7cc621f6c2c3f12f75f9298e 2,566 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.