Loading Tool

Explorer IconExplorer

Memory Pool

78,946 transactions
29.49 vMB
0.07148882 BTC
Random Selection Loading Transactions
Max Size: 180.99/200 MB

Candidate Block

Mining Attempt 78384833e07992e9d3bd4dca8231ca0d333544c2bd0a2aafcd925b93b4ca9b60
Version 20000000
Previous Block 00000000000000000000b8512a4a412ea21c7db33beda8db53df37174c1d8456
Merkle Root b993440a9e2bbd4c458b6607141d5804c2fda05d522b6a491b83e2248166bd97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,591
Size: 1.00 vMB
Total Fees: 0.00666353 BTC
Feerates: 151.16 > 0.67 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,235 (738,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,731 176,731 00000000000005e73e3c5dcee6eac144b75ee4c54a1d470c2ac56207329441e8 1 0.00/1.00 vMB 0
176,730 176,730 0000000000000a704310d1decf48ce5f23ddc16ef1ba4707f8d68909b728882f 62 0.04/1.00 vMB 76
176,729 176,729 0000000000000552fba9341ff6d01d99af84a58590ab99b6cc1660590184f6ab 12 0.00/1.00 vMB 0
176,728 176,728 0000000000000a4fb65b2f8b6da4b6c1b5ecbbebd974726f9f827f5ba0b66374 44 0.02/1.00 vMB 98
176,727 176,727 00000000000008876ec66bbe275f1d30c1d654391b0abe12e3c9ee7c72583a9a 42 0.01/1.00 vMB 105
176,726 176,726 00000000000003f5a7037c6fa35c378028983d7b9d6c86d559df6f76736e4f5f 42 0.02/1.00 vMB 77
176,725 176,725 0000000000000630bca29e4d1bd45a5228c986d393ddf9020bb1093da6195757 113 0.04/1.00 vMB 70
176,724 176,724 00000000000007eeffd241e87a988ef1c5e87ccefe3c134c0eaa96e5777a6493 37 0.01/1.00 vMB 130
176,723 176,723 000000000000085733c38cc0411398eb8491c6986a9511a2650124f047334fa6 25 0.02/1.00 vMB 125
176,722 176,722 0000000000000828b2e0157b23901bcb92ff67fcf3f5b56eff776fa3766288cd 37 0.01/1.00 vMB 204
176,721 176,721 00000000000006846e1ec06dbd48127bf405bab39d0b2aecdfc5f19cb8db51d9 115 0.04/1.00 vMB 360
176,720 176,720 00000000000004f94b568fa1b2a79a23aa80f42e0c47ad76d90e3ef29a4b2a9b 29 0.01/1.00 vMB 164
176,719 176,719 00000000000008c1912c002860f62c11722af5bb151ce45164e0c601eb5b6826 16 0.00/1.00 vMB 1,263
176,718 176,718 000000000000030a5d1d8b299ca63a52c230e6f021088f71cbc6c2c7a3017380 54 0.03/1.00 vMB 130
176,717 176,717 0000000000000402a7a13c442543e45adcb81431ac1f9d03b64484c3bafdf0c9 82 0.03/1.00 vMB 153
176,716 176,716 00000000000008f407a2f6d862b83ae40aea5bb1e21bd202f5aac6a72691e61f 16 0.01/1.00 vMB 65
176,715 176,715 00000000000006a96d68fe7a91a800feba504f800a236dda9f0583b521e36612 11 0.01/1.00 vMB 54
176,714 176,714 000000000000053e1e4dcd187d57aa61b3451e5e9c96af58ff887bbe1318eef4 63 0.02/1.00 vMB 81
176,713 176,713 000000000000098ec181c41bf6397f710b10a02db30a8b2c3191b0405631712b 10 0.00/1.00 vMB 34
176,712 176,712 000000000000069445a79bf2b858f73d2791f02734f7bf594eb120d0dca3754d 72 0.03/1.00 vMB 47
176,711 176,711 000000000000081c0d5c40cdedba632f103824210175a06ed7c9874dae2e23c7 12 0.01/1.00 vMB 1,009
Previous 10 blocks ↓
Total Size: 782.80 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: 709.96 GB
    • Received: 17.01 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.