Loading Tool

Explorer IconExplorer

Memory Pool

13,429 transactions
8.32 vMB
0.02598492 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.16/200 MB

Candidate Block

Mining Attempt c6a43e0f6236f86a1b1bd479cbb506dce94a4360d8618a5bbec83bae3a91c29d
Version 20000000
Previous Block 00000000000000000000ea7b3c200deeaec83f2905c92dba9e1fdfd8176f698d
Merkle Root 2cf7e29d413331f621871d1462c1955a8a5a61ecf5bcdb948ae080561ce8eb96
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,161
Size: 1.00 vMB
Total Fees: 0.00844677 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,372 (770,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,285 143,285 00000000000001b1c1fba85d2eb3094839d63da20d51c78b156e5471dc207747 11 0.00 vMB 712
143,284 143,284 0000000000000965f7a115b4b91b565728ed8fe732a284b3216fcec51dce5250 83 0.04 vMB 156
143,283 143,283 0000000000000106a4a190d3e670da5e1b844c50e731ca904c70ee6f25d2a6ed 18 0.02 vMB 166
143,282 143,282 00000000000000d916a57ebbcebf3050b8db18e44ead5bf19d3b66e3d7bb9ef4 5 0.00 vMB 514
143,281 143,281 00000000000006d5f1f58a53871a4cd27a3849fd452c56b7f6ff4e5eefc3a85b 2 0.00 vMB 0
143,280 143,280 000000000000049617dda791dd67e83a58a871ed29b06c3d73545e0010f3cf33 2 0.00 vMB 0
143,279 143,279 0000000000000469661b354742b1efdf0d2e01de46ef967bf4ce10e0bcda98a6 39 0.02 vMB 120
143,278 143,278 00000000000008f6d8b9160f4e347ffac28fa74305480fdfd740e2d7a1c834af 18 0.01 vMB 427
143,277 143,277 000000000000029540660d4dc51f854080b4de31890ee90155c6feb917f6fbfb 8 0.00 vMB 958
143,276 143,276 00000000000002052a94c2ee868afb038e876edee3dc5c538d3cca6739a98067 80 0.02 vMB 42
143,275 143,275 000000000000014bfbe9649eb650c92aa607f8f34bb1382ddc474da7b137899c 15 0.00 vMB 42
143,274 143,274 00000000000007f30dc394ec05653fb6d9f6ce5ec1441eb99bb6f1fe0ee852ae 25 0.02 vMB 134
143,273 143,273 0000000000000669e4d28196463b5b7608f67d741f3db00dfbcb5187357bf710 49 0.02 vMB 181
143,272 143,272 0000000000000547fc3bd631106b44a510ac9142d607f1feec896f9a95d9b822 18 0.01 vMB 95
143,271 143,271 00000000000008fe0e806a60452f6065896dc19356d8dbabea378c09a5017984 7 0.00 vMB 30
143,270 143,270 000000000000036866aaaa19065e5b1cb68453658615ec182829a7f192b1e8dd 8 0.00 vMB 65
143,269 143,269 0000000000000454ccdee86858d3dd119056d5b6109867826f081fad27b9f5eb 34 0.02 vMB 294
143,268 143,268 000000000000072dfb7967f5adf4bf4c984bda60ea0b8aa5fd0784de97300020 105 0.03 vMB 143
143,267 143,267 0000000000000698cc52de6033325b5131ea31cf7f63a9ce27e5f3179386b674 74 0.03 vMB 175
143,266 143,266 00000000000006ccc8e03657615c34c6ad98a6daacf1714e070de152eb3f1e7b 103 0.04 vMB 118
143,265 143,265 000000000000040e76e39a6da0e2cb9526ad028e37278377325b37a10e376a84 38 0.03 vMB 92
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

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