Loading Tool

Explorer IconExplorer

Memory Pool

79,557 transactions
30.37 vMB
0.08035873 BTC
Random Selection Loading Transactions
Max Size: 184.97/200 MB

Candidate Block

Mining Attempt d90b83b14d77a8510e70528afa1f1c416055d0e0185beac6ab762180ac5da5fb
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root 54883ecc52c026afb6e8ca36f05735d1dd71f82e7879fb723515bc35911df641
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.01220844 BTC
Feerates: 150.80 > 1.22 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (198,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,093 717,093 0000000000000000000ac55956ad6ff376a6a28ddd5a5c151f18bebac3370660 1,232 1.00/1.00 vMB 7
717,092 717,092 00000000000000000009e2159f1f034c9f4db2e9e19fbda0af6ad52bc2cf3ebe 1,031 1.00/1.00 vMB 11
717,091 717,091 0000000000000000000b869b189970d91b90eed1e0a1392f5a8e882c163aef72 2,234 1.00/1.00 vMB 21
717,090 717,090 00000000000000000005c39925f5179ed99f42ce3c339b5f98d10a360a5e555e 1,651 1.00/1.00 vMB 2
717,089 717,089 00000000000000000006180f2808dd48fee75b50f1e1d81501caad3e13b8ed10 2,028 1.00/1.00 vMB 2
717,088 717,088 000000000000000000076a2bdfcab703e2b3c3b0f640cb741fa27353c1c96fc2 2,102 1.00/1.00 vMB 11
717,087 717,087 0000000000000000000929c25d095916974d8173d9bd1bf7e6943ea2061668b7 1,805 1.00/1.00 vMB 10
717,086 717,086 0000000000000000000a8f1b18e08a3a60c942ee56d2ed513e1101f57b26325d 1,353 1.00/1.00 vMB 2
717,085 717,085 000000000000000000014659e620037066f977f7f939709dd1ec6537a394f0df 3,320 1.00/1.00 vMB 5
717,084 717,084 00000000000000000007ce2d7a2b020f2f88c263f743ff922800ebec818ed610 1,761 1.00/1.00 vMB 8
717,083 717,083 000000000000000000039d9ccfd92dadfd962fd6b7891448772d13c623fde86c 2,815 1.00/1.00 vMB 15
717,082 717,082 00000000000000000007cde1295fe412a620b74f60a200bb81fd70c6b7b87b92 2,188 1.00/1.00 vMB 7
717,081 717,081 0000000000000000000b7a559ed054571ae0cb343f12ecb0dbb2f2b0b487c41a 977 1.00/1.00 vMB 11
717,080 717,080 00000000000000000005daec6f35f1e8122e519eca40d996175ac6321f33126d 2,724 1.00/1.00 vMB 19
717,079 717,079 00000000000000000001a95ed1b1629f2d38f65614e9293ed16501d591fe56b6 3,325 1.00/1.00 vMB 21
717,078 717,078 0000000000000000000838f7c65a28f84af44d2120a7dfb334cc7d11063de2a1 1,530 1.00/1.00 vMB 14
717,077 717,077 00000000000000000002e00b487a868b2e9504a5639b29185e5109226e1be04e 2,166 1.00/1.00 vMB 6
717,076 717,076 000000000000000000034ae11b2450fe68a86fbb0414160857c4fb04cc487d44 2,212 1.00/1.00 vMB 7
717,075 717,075 0000000000000000000018bb637c62ca3d6089a91475798820f2570bf7ac277d 1,812 1.00/1.00 vMB 20
717,074 717,074 00000000000000000005b7b2059813ff77d894f4f8fb88fd1d1bc92367c3883f 2,691 1.00/1.00 vMB 4
717,073 717,073 0000000000000000000b0555efa9c8fbd0ba9625ca6b0bfbe25a711f5e8e6bea 2,765 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 783.06 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: 720.83 GB
    • Received: 18.27 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.