Loading Tool

Explorer IconExplorer

Memory Pool

24,463 transactions
32.98 vMB
0.04752747 BTC
Random Selection Loading Transactions
Max Size: 172.63/200 MB

Candidate Block

Mining Attempt b7f10b2cea493fa848fa6516c0f1dec4c7f36e9cdc94a67f1b2e79750dadb15d
Version 20000000
Previous Block 0000000000000000000160fd8a4d0cf1e6ccc7004b776e1943dc1f07a08bd82e
Merkle Root 78098c64539190dccff12daf18fd0e1f09592e8f685c2e4f756edefa1b01fb15
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,165
Size: 1.00 vMB
Total Fees: 0.00985437 BTC
Feerates: 100.36 > 0.99 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,176 (786,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,303 153,303 0000000000000af4d212ead0e312da5cfb230fc8b344448e00621a5c2e27dcda 27 0.01/1.00 vMB 260
153,302 153,302 00000000000005921a0d1122222238d112b78af9f80d0bec52a9789b4be0222c 53 0.02/1.00 vMB 31
153,301 153,301 00000000000006f357e091f912fba099279e78ce34cfd3a8af456796e62f11ba 78 0.03/1.00 vMB 175
153,300 153,300 00000000000002405a74d5193358bec4166a2693a93a549f351c5fea14dbc7ed 13 0.00/1.00 vMB 14
153,299 153,299 0000000000000988bbcd2fbe7769df328f2f957454d4ee09a455ed9026dda8ce 16 0.01/1.00 vMB 1,848
153,298 153,298 00000000000007b72a77e781c097e19f54ebf35d52c871842599a1780d14c5e6 63 0.02/1.00 vMB 26
153,297 153,297 0000000000000452b866f3a5abc83c1d1bf01ec06881ab58e999d08d60fcfdec 65 0.02/1.00 vMB 80
153,296 153,296 0000000000000645c432431b46f3de3b92dcf45406d85e3e4637fb1e76651d95 21 0.01/1.00 vMB 143
153,295 153,295 0000000000000d515a438be04109b287f513e3cf0243a87026ce0d0759024b9d 40 0.02/1.00 vMB 44
153,294 153,294 0000000000000df8948f65e706002e2277bebe7637099620358ddac28382d240 14 0.00/1.00 vMB 21
153,293 153,293 00000000000001e10b83711ab4daaf6230073ffd6a97bd3a3fbe5a11844f7f22 106 0.04/1.00 vMB 260
153,292 153,292 0000000000000070d9d3f259595fd906b7d1957f7a4d6e55303d69fb70dc12d9 8 0.00/1.00 vMB 72
153,291 153,291 0000000000000260b6948bf3a333023e374ccd19d0e06e820ce88f3defd37641 15 0.01/1.00 vMB 188
153,290 153,290 000000000000018e1a0fb4b1ebf483a6b38ea5d80304e8dfe6aa60263853ec0f 66 0.02/1.00 vMB 32
153,289 153,289 0000000000000cb5afb1772977c4b7b1dd3b711d50f3774c0283f1147e9c027b 24 0.01/1.00 vMB 132
153,288 153,288 0000000000000d2cde1fba6baaee4ce7886bbe6e38d4d11d9421ac1d4c4cc612 1 0.00/1.00 vMB 0
153,287 153,287 0000000000000b2126d4ac5c3e629907bc45dce74d2286ac3b5d40b379ca17af 32 0.02/1.00 vMB 87
153,286 153,286 00000000000006183aa34c2496591c1031dbbff31f72e4029ee8f3b90fc6b385 44 0.01/1.00 vMB 262
153,285 153,285 000000000000077687aa1edb39fa800b680579f53ef6a1634be9696ef90d6f0f 43 0.01/1.00 vMB 3
153,284 153,284 0000000000000af38572a3a478863ae93fb8e399d77d119fe549cddf62b88561 41 0.01/1.00 vMB 60
153,283 153,283 000000000000011ada244ae66a944812b84f8c1ba1b301fbf8a3ca655ed416e2 13 0.01/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 827.04 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: 4,440.44 GB
    • Received: 240.91 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.