Loading Tool

Explorer IconExplorer

Memory Pool

83,209 transactions
30.69 vMB
0.14449975 BTC
Random Selection Loading Transactions
Max Size: 184.71/200 MB

Candidate Block

Mining Attempt 45e1500c078771572eae557cba01d70cbf4c4a14c7e54db08c6646a554ed878a
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root e2fbe4836b963c3f8e8a5a29a4b9c29386e9fd0efb09185151f0b9c1ad9c1555
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.07955624 BTC
Feerates: 150.77 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (252,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,909 662,909 00000000000000000007675efbda24556eafe4f70e72dcb5594ffd27cd553e83 717 1.00/1.00 vMB 26
662,908 662,908 00000000000000000009e827c5b0dbed62b0cc98e7d567145202cba8a84d0373 2,113 1.00/1.00 vMB 46
662,907 662,907 0000000000000000000d5d8e3ef1f6a0120c082ed4c45fd84a6a924ce7d254d2 2,146 1.00/1.00 vMB 12
662,906 662,906 00000000000000000009e54f720ca4fe43b2b1effc7db2b12944ffbd8399f336 2,472 1.00/1.00 vMB 59
662,905 662,905 0000000000000000000ab33d40538b0c9a02f86c171be37342704bb17af4b6d6 2,162 1.00/1.00 vMB 92
662,904 662,904 00000000000000000007f3583f87158756871d6cae2db5263c599a6f5e6782d8 2,364 1.00/1.00 vMB 52
662,903 662,903 00000000000000000001c4f84227362d66d71f01fb9c8e0e3120ff727f46e187 1,440 1.00/1.00 vMB 107
662,902 662,902 0000000000000000000b1e904dd84fd0ed5f6018151569e8758998a624e17581 2,055 1.00/1.00 vMB 132
662,901 662,901 000000000000000000010334fa0c8283a8b69831294f56906897fa0bf19e9eb4 2,452 1.00/1.00 vMB 59
662,900 662,900 000000000000000000089c2f1134d12d8fecbd2c38444c63a58bad3fe7f79c72 1,306 1.00/1.00 vMB 28
662,899 662,899 0000000000000000000da8435c63c05b9fa255acfa506265bb56bf707b4b9fae 1,481 1.00/1.00 vMB 39
662,898 662,898 0000000000000000000def59108f50b622d9ce1afddfe8d2de83d6f72513c002 2,142 1.00/1.00 vMB 50
662,897 662,897 0000000000000000000a66ed9f4bb90e8a621338a7e377b50c8d04698dbda898 1,426 1.00/1.00 vMB 5
662,896 662,896 0000000000000000000b8600118535890536685b23cf2c8e4ae33ebe4663faf5 2,185 1.00/1.00 vMB 26
662,895 662,895 00000000000000000008c6f7e90464e2d77c189bbc81659efd5043cf2fcb2749 2,350 1.00/1.00 vMB 35
662,894 662,894 0000000000000000000288567ae823906543644b9b095620af19146611ade0cb 2,069 1.00/1.00 vMB 46
662,893 662,893 0000000000000000000ed18b190c10f6fa7d83b1ef19f8d74506e865696bc694 2,081 1.00/1.00 vMB 70
662,892 662,892 0000000000000000000c10064d3e672ae13080ac75fe563e4ef5d364ef3e5224 2,344 1.00/1.00 vMB 7
662,891 662,891 0000000000000000000a90eb0ab1df5c3649778a248acbf5b3bdfadca3566022 2,707 1.00/1.00 vMB 99
662,890 662,890 0000000000000000000b09fd0ff8dfba8ac7d03deb469e5ae24da528fabc9865 2,408 1.00/1.00 vMB 80
662,889 662,889 0000000000000000000909345ace45b28ef2193f20511b4c437aedf20931fbd9 2,426 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.