Loading Tool

Explorer IconExplorer

Memory Pool

86,475 transactions
31.48 vMB
0.20819804 BTC
Random Selection Loading Transactions
Max Size: 191.07/200 MB

Candidate Block

Mining Attempt 52894e1377c93ea55c5dbd065156910ff28e87d1f060c00683d35f89054052cb
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root ada53f77367b77b39fc2433910093dca66ec4be8b414a2956faec1f3148d6c8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.10520187 BTC
Feerates: 502.67 > 10.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (299,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,773 615,773 00000000000000000003df4292f3e087237648f9a31e62bce4c7e7350d3504eb 3,148 1.00/1.00 vMB 9
615,772 615,772 00000000000000000009e4ee874a340d3e1b0ef6f3897300c6ec745eeaeae48b 2,193 1.00/1.00 vMB 3
615,771 615,771 000000000000000000021305683e6d2404a06f14fa85304ee7a0d05b5030c426 2,424 1.00/1.00 vMB 12
615,770 615,770 0000000000000000000710b2cd840c13323dfe8761eb4fc65ab4788a67fb0a49 2,599 1.00/1.00 vMB 14
615,769 615,769 0000000000000000000e3ba33f2fd46e45163cfa92f9e3ca34869dc909f7f596 2,498 1.00/1.00 vMB 14
615,768 615,768 0000000000000000000403b7fb2d451c564a6f12d74a038cfd2d2c23ef9d85aa 2,881 1.00/1.00 vMB 37
615,767 615,767 00000000000000000002d8dbdd4aa5b5915116c9cc6b89b58e9aded05e028cfd 2,609 1.00/1.00 vMB 18
615,766 615,766 0000000000000000000e72eb489483df510d1700753036c42c97aee89e3706eb 3,124 1.00/1.00 vMB 5
615,765 615,765 000000000000000000060bfa0dc57ab366afbfac2cac80839d6a30f51475a7fb 2,846 1.00/1.00 vMB 19
615,764 615,764 00000000000000000009f0db799e2a5d07a8849a8b2cce53550a2aa9cbbb6648 1,358 1.00/1.00 vMB 11
615,763 615,763 00000000000000000005e1585eaf3945381d50d11048916dfa79ba9c8c0629b5 2,549 1.00/1.00 vMB 18
615,762 615,762 00000000000000000004af8f2799c5c4afaa1e1824d81362672a0990fb1af701 1,915 0.72/1.00 vMB 17
615,761 615,761 00000000000000000003e5811943a4de209bf986677830719ae19c9a147924ba 1,855 0.51/1.00 vMB 8
615,760 615,760 0000000000000000000e6aac1f3b9107fa9daa5b289bd61c6bd51bb900053251 3,029 1.00/1.00 vMB 11
615,759 615,759 000000000000000000110d9c636bff246b8ae67659da7fe84512b2803db358b0 2,954 1.00/1.00 vMB 20
615,758 615,758 00000000000000000000cbaded1308a44113d9f053ae0dc808d1ac6a123012ff 560 0.19/1.00 vMB 22
615,757 615,757 0000000000000000000ee61e37b5be6a8b6b37117ee99a2f1f99c30ff61f281b 1,219 0.46/1.00 vMB 14
615,756 615,756 000000000000000000070cd25a6a05e092388c3f28b458cd6999bc1c613ee450 2,853 0.95/1.00 vMB 16
615,755 615,755 000000000000000000069e4381b89ca11daa5ae0fbe3a7c5d8dd3676f9ce57bd 168 0.09/1.00 vMB 17
615,754 615,754 000000000000000000065ec2d97402e38847f5d92c14faa9491da1e1ecf693e1 1,881 0.83/1.00 vMB 14
615,753 615,753 00000000000000000004ca66e8f627c46f49d5fa0354604b12a2f02e138a79c6 850 0.28/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.