Loading Tool

Explorer IconExplorer

Memory Pool

15,160 transactions
8.94 vMB
0.02026464 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.17/200 MB

Candidate Block

Mining Attempt 7a155e9cd93b0b341841ceee6adf72baf9d1f1c191511482cff6f9efca8cfe07
Version 20000000
Previous Block 000000000000000000006d6ceaf54c475dad3ee76350cfaae0a06e1c68d2ee67
Merkle Root 5fde275cbd0de0e3ed1f3737e3f4f5f38329eb36bdabf356d385d1f1464775c8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,448
Size: 1.00 vMB
Total Fees: 0.00668549 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,561 (962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,599 912,599 00000000000000000000db8c1de64c86d23a1d9afaa340767b4bb69819d967d1 6,898 1.00/1.00 vMB 0
912,598 912,598 000000000000000000007b249e360cdaffbd9f361420b48bf2c10c59f3e010bf 5,531 1.00/1.00 vMB 0
912,597 912,597 00000000000000000000eb17a11935e80c9b4e0733bc0d9b65fec92e376f4398 2,848 0.89/1.00 vMB 2
912,596 912,596 000000000000000000016ba5fe3ccf11f2d39b874b81c87ec6d70d4a1922fb2b 581 0.13/1.00 vMB 2
912,595 912,595 000000000000000000011d8ef18bc5a554b4d70260ae43909606ef4f68d3cd1e 5,437 1.00/1.00 vMB 1
912,594 912,594 000000000000000000021a238c976efb392abb83befdaf9b4a1cfc91bcd970c9 3,006 1.00/1.00 vMB 1
912,593 912,593 000000000000000000016c7f7f7586d465eaf809e8e5fa99489b496a23e6686b 3,248 1.00/1.00 vMB 3
912,592 912,592 00000000000000000000c244dc5cca26f379e350150be8d34597433aec4d2e24 2,765 1.00/1.00 vMB 2
912,591 912,591 000000000000000000014fc166a8ad4f7c18b504a19ae1d0d7c344d2a9922dee 3,525 1.00/1.00 vMB 2
912,590 912,590 000000000000000000005d1619ac9e99c1b9fdef16388a8b48525e520a925fce 4,576 1.00/1.00 vMB 1
912,589 912,589 000000000000000000018eb217956dbef758971b8af1f7435a9b4841f02fe9d3 2,627 0.83/1.00 vMB 2
912,588 912,588 0000000000000000000023a0a72688141d855f6589d64fbcc69536f56f126834 4,218 1.00/1.00 vMB 1
912,587 912,587 00000000000000000001228ff28ae12effcca6dc5cae8cee667a65779a6d1f13 3,686 1.00/1.00 vMB 3
912,586 912,586 00000000000000000000eb74e18d7f1b0e00391c9767c4e598895baa22a98f50 3,282 1.00/1.00 vMB 2
912,585 912,585 00000000000000000002298cac261769bf59afa27bdf34fd70b70375c8478bb8 2,433 0.63/1.00 vMB 3
912,584 912,584 000000000000000000004486919a8b87a298c0ad0f66d19769714d649925ea92 1,041 0.27/1.00 vMB 3
912,583 912,583 00000000000000000001a7d7657120b66f127014b53a2688d2ead08b3c39ace4 1,064 0.25/1.00 vMB 2
912,582 912,582 000000000000000000020e4169d26adc1788530c857b8d6b7a4f8291b56b922c 5,082 1.00/1.00 vMB 1
912,581 912,581 0000000000000000000007d4cfe6196e87435a4bacd35a8099b49f5f8ea1d9cc 4,688 1.00/1.00 vMB 1
912,580 912,580 00000000000000000001a217b562802f101c47551d00c199c6adf253fccbcbc2 4,562 1.00/1.00 vMB 1
912,579 912,579 000000000000000000011626e253dee34336a98721e034654d9b04b0c7320ba7 399 0.12/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 779.84 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: 425.79 GB
    • Received: 2.30 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.