Loading Tool

Explorer IconExplorer

Memory Pool

85,203 transactions
31.91 vMB
0.19603657 BTC
Random Selection Loading Transactions
Max Size: 189.63/200 MB

Candidate Block

Mining Attempt adf0e2efe7bbb2b314b4e186d49a8b8a4f86a89d9de2bb7a56b8f19207129f9a
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 06f8bb268a1a3550e3adb2cda75ab20b70264dd0042398ed661a8442097c45b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,811
Size: 1.00 vMB
Total Fees: 0.07552084 BTC
Feerates: 301.64 > 7.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (159,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,674 755,674 000000000000000000085cfe004c2aa66dd968d9efa1c9f403420a9ad0e502b9 2,485 1.00/1.00 vMB 11
755,673 755,673 000000000000000000037b2c8e7d8dc331abdd6b264db3c11c4e1f40fce29c71 2,094 1.00/1.00 vMB 11
755,672 755,672 00000000000000000004946eae8a4fcacc9fcc4c9c9660a3e22843bde5a1f6e8 2,470 1.00/1.00 vMB 10
755,671 755,671 000000000000000000037c26d60f31bdc8b5c750b95061b8acd204b8bf760f46 2,497 1.00/1.00 vMB 11
755,670 755,670 000000000000000000060fb73a6c22594a7ef09c623488b128699214717c5f27 2,813 1.00/1.00 vMB 15
755,669 755,669 00000000000000000006f1d235025541e27872c595e978a329b28e0eb5afb089 1,938 1.00/1.00 vMB 16
755,668 755,668 00000000000000000004190241cbf8b0a6e3e051ecb603423efda6e04a54653c 2,785 1.00/1.00 vMB 16
755,667 755,667 0000000000000000000781d339c9050efbc30063cea5ea445287237daaef70a4 2,487 1.00/1.00 vMB 25
755,666 755,666 000000000000000000015d3d7a9ac626b6116878eb447f3e16200cd8720735de 3,411 1.00/1.00 vMB 21
755,665 755,665 000000000000000000063afdde88bcc0bd7c49582a29e9ff273faac52eff8156 3,005 1.00/1.00 vMB 9
755,664 755,664 000000000000000000024e8101bf3539816756d7ead37430d2bed1d109271979 2,626 1.00/1.00 vMB 12
755,663 755,663 00000000000000000005d53f40e604e7eff9f859a03a0e1fef1b966ddc775c86 2,721 1.00/1.00 vMB 15
755,662 755,662 0000000000000000000872c9ed8c85ef0067c13a4717ebf37fb5d7c4ff37bd48 1,859 1.00/1.00 vMB 12
755,661 755,661 0000000000000000000520674826c516a97cecaf89da01d929b414f4fab403d1 2,601 1.00/1.00 vMB 14
755,660 755,660 0000000000000000000747932bcc446e68c66c91ad759d968ac52947449640d5 2,609 1.00/1.00 vMB 19
755,659 755,659 00000000000000000006fdf944ec8f755c1bc566b75c8acaef03b1e6130468ba 3,411 1.00/1.00 vMB 35
755,658 755,658 00000000000000000004dd7adf4539ece2953be4b6a6fe74b14a1b1694f791f4 182 0.07/1.00 vMB 8
755,657 755,657 000000000000000000070cc80723f6bc8ea68ca668a7d2c0557bd4b66ebb10fe 439 0.15/1.00 vMB 11
755,656 755,656 00000000000000000002345ba30b3a2b91328b92d110314553713858a3366da0 821 0.86/1.00 vMB 1
755,655 755,655 00000000000000000003e9001a0b4e49421094b8faa5545cd0daa794196502bd 2,187 1.00/1.00 vMB 4
755,654 755,654 00000000000000000000fd749f5ea7bee14d9696d943b2b6c222ba1b4c0b0ebc 3,078 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.