Loading Tool

Explorer IconExplorer

Memory Pool

23,337 transactions
6.40 vMB
0.02234157 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.55/200 MB

Candidate Block

Mining Attempt f04ea7f02540f6ee684069896094d9eb36357920041c7ba5b7786f18eb35d8dc
Version 20000000
Previous Block 00000000000000000001166de9ec9aab1650f7c89d17c2b818254940842d1a9f
Merkle Root 4c6ce7976e6ec4ecd0614438472530df76b01124e53d3ddc7fbded58db1d07af
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 504
Size: 0.14 vMB
Total Fees: 0.00500541 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,101 (690,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,634 222,634 0000000000000307805e9e94e8f4cb20b9b27ba9cda954b31e973f47d9b96d6e 0.25 MB 527 226
222,633 222,633 000000000000000e27f4034ff0325362b467b24b4f1796acf356ac78348361bc 0.25 MB 488 224
222,632 222,632 00000000000004288d21360ff58cdc5424b6c6330bc344fc475aa055f1a49bb2 0.25 MB 447 139
222,631 222,631 0000000000000346ccd1c8c2a62d9abda2b82026818a5a244274c2961854b546 0.25 MB 587 173
222,630 222,630 00000000000004726709d55bb965d607ff56166570749fec90423afcd3e0f3c6 0.00 MB 11 148
222,629 222,629 000000000000016872e3638a5b255bdef3004209b3fe211bbc41f817cb321149 0.25 MB 669 245
222,628 222,628 00000000000001a2eb7302528969eef3fc7236449bcc331868987f927cc52cf6 0.30 MB 397 116
222,627 222,627 000000000000032e633fec9dbfb08d7f492d0c93bcda41998ce1db9a8182bb99 0.24 MB 297 27
222,626 222,626 000000000000012c1405a64a7a661c48d33febfda76dbfd94e567b00318bec5b 0.25 MB 458 131
222,625 222,625 00000000000003db36d3640901f9f0dfd03c4179089734a3ace95b31c227cdc7 0.05 MB 107 52
222,624 222,624 00000000000004406d198c6c172a0c716dba43b2629046dd23c216a51f68af3e 0.25 MB 700 217
222,623 222,623 00000000000000206c0eacc6727db742c5798b926169c8d22e55c43b2268e04e 0.18 MB 400 224
222,622 222,622 0000000000000485e4caa71db8dda2c34e11fec81732156e6916f6092d82e28d 0.01 MB 29 228
222,621 222,621 00000000000001ac311ea11a3fbab6712d62cfbed4ad33a688985fc661b43325 0.20 MB 412 160
222,620 222,620 000000000000008552acf37cbcc3df37718cb1f1122d3de174fcc720e6e1d096 0.06 MB 94 118
222,619 222,619 000000000000006b35d41a0fcfc5de64c2bafca93d48512f6ddc2bc80e9d2177 0.25 MB 287 99
222,618 222,618 000000000000003f499b9736635dd65101c4c70aef4912b5c5b4b86cd36b4d27 0.25 MB 595 232
222,617 222,617 000000000000037d19d4297c65706efccc725a420aded9b47d88aacac99f69e2 0.25 MB 795 222
222,616 222,616 00000000000001f99182850fdd3afb5713213ed3b92db6d28efa2917ff70de5b 0.05 MB 147 30
222,615 222,615 0000000000000033a7e1adeb50ac94179f88ace6438cc7e37b0e254cb4f1106f 0.25 MB 845 253
222,614 222,614 00000000000000234b14312fe6ed299105a39f3cfb99455700442de5652a17d8 0.25 MB 607 248
Previous 10 blocks ↓
Total Size: 779.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 67
    • Outgoing: 10
  • Data Transfer:
    • Sent: 111.47 GB
    • Received: 0.38 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.