Loading Tool

Explorer IconExplorer

Memory Pool

27,624 transactions
13.01 vMB
0.08295046 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.49/200 MB

Candidate Block

Mining Attempt 1f99344b0411b3e379e803eec7157896eb599f1ac3394776013231d65999d590
Version 20000000
Previous Block 000000000000000000001d4734e2c5f1dcc81108a51a8e59880fba80c9423cd2
Merkle Root 329a816dc751f0348c93040f3b614f2d1328cd051d3e9e6a33b247c940a702ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,758
Size: 0.99799375 1.00 vMB
Total Fees: 0.04973837 BTC
Feerates: 502.67 > 4.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,696 (698,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,125 215,125 0000000000000357f7d9d4180cba55e2e740100b45a6652ce06d6cdbccbffea9 237 0.12/1.00 vMB 142
215,124 215,124 00000000000000784382a9164c77888b43ba77748f14041b15188fe0d9faca3e 171 0.09/1.00 vMB 143
215,123 215,123 00000000000001ce6a9f99bc7a52bb100fd4a380cfe0a4ab294be52954af4e34 603 0.21/1.00 vMB 222
215,122 215,122 00000000000004ca515fa7672f2968cd92fb1eb35aea4d46733ed33538eb6959 128 0.23/1.00 vMB 36
215,121 215,121 00000000000000168b517b41ced50148078e54c2deafadab94e76c029aec55f7 262 0.15/1.00 vMB 172
215,120 215,120 000000000000029f07fb337febb410550e19e9d3ce8db5d4cf76c3b1d68be56c 85 0.13/1.00 vMB 60
215,119 215,119 0000000000000572928eb0963cba5510d36fa2f3535578d59b05f1cea83c7efa 350 0.20/1.00 vMB 150
215,118 215,118 00000000000003fbae73d26e5b90ab0711eeb24743b19a256bf84c733ef8bc1e 256 0.15/1.00 vMB 174
215,117 215,117 000000000000002d9c8e620c56c09ad985b692c2e06aa306acbf42f3ce2b067a 693 0.25/1.00 vMB 317
215,116 215,116 0000000000000310a0c0210afd208add45aaf4c8f9825d01969b2c4de396a9c0 11 0.00/1.00 vMB 591
215,115 215,115 00000000000004d4a9d3ad33ee62d28e486f018c4386541799a3e9e314d15160 413 0.25/1.00 vMB 128
215,114 215,114 00000000000001b10cf4fe9ff330311b7560dd9a52d5874c9b26dd2faa099f20 647 0.25/1.00 vMB 193
215,113 215,113 00000000000000d77232764aebc16bf4ccff5ec4c34c53e95d8d9900a2cbfd83 661 0.20/1.00 vMB 277
215,112 215,112 000000000000040ce407f2125c1ce5d2f36f9be1d24f82db0ff15c47fc9559fd 208 0.09/1.00 vMB 169
215,111 215,111 00000000000001868f5320d9bb810d8daebbddbd4509e6f9b44ba1bcf140e8d2 179 0.08/1.00 vMB 172
215,110 215,110 000000000000017571d01196fd25a1fdb8cd400cd7256d4cc21176506a084fc7 438 0.18/1.00 vMB 188
215,109 215,109 00000000000001a213b4292190030151f76080403c7f57fd6b6c0507fb1a514e 427 0.22/1.00 vMB 139
215,108 215,108 00000000000003a88ca173fa8cd5532acbf690956e6a45d207c6006c909c5281 523 0.23/1.00 vMB 384
215,107 215,107 000000000000004335e225ad34433e1f886691acb21604eef8bab31df00265d9 622 0.25/1.00 vMB 165
215,106 215,106 000000000000013de1f5540df33311d28542e9b8367de455fe121b091a307995 447 0.27/1.00 vMB 135
215,105 215,105 00000000000002a84b595fa9cf903c58e24d4b55c1161a930e2bc45d9575d76e 794 0.25/1.00 vMB 260
Previous 10 blocks ↓
Total Size: 780.08 GB

Node Details:

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