Loading Tool

Explorer IconExplorer

Memory Pool

84,596 transactions
22.45 vMB
0.06747614 BTC
Random Selection Loading Transactions
Max Size: 151.92/200 MB

Candidate Block

Mining Attempt 24dcc6c5878bc4f332e930c131e7f31b1c98d833be31b7f90f9ce90d866b76b6
Version 20000000
Previous Block 0000000000000000000045ceb966c23dd2a22796d46ae0bf354664d33ff60ddf
Merkle Root 4359fef44f922b70381365609932c91d3e0524075494f3a5172ac7ef3f292b75
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,507
Size: 1.00 vMB
Total Fees: 0.01768997 BTC
Feerates: 150.75 > 1.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,875 (862,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,279 53,279 0000000005599760ae6ac6c168c9d00aa4939ff4bb9fa315a6cc1903395ca138 1 0.00/1.00 vMB 0
53,278 53,278 000000000c7a1cb3ba1f0961090a6c8e0d9e89dd79f81edd5283d2ba5306c336 1 0.00/1.00 vMB 0
53,277 53,277 0000000012a4ea0160a4d2c6e4d08941db6de9dd76f41370a00387ebad437f00 2 0.00/1.00 vMB 0
53,276 53,276 000000001259d50c7cfefc0a3ba5a5f8cb16eb3d2c2badceb27a65a7ea305da2 1 0.00/1.00 vMB 0
53,275 53,275 000000000a2654de66ccf5819da1a3ce4e257a6f52a4ee24d66273542e8f27ab 1 0.00/1.00 vMB 0
53,274 53,274 000000000254c95897ba40e828ed42b778d5d07c525b34b5c30adaf2cd65073a 1 0.00/1.00 vMB 0
53,273 53,273 0000000003e33645c151699269fe287af2549222f06f687909c3799d1443f74c 1 0.00/1.00 vMB 0
53,272 53,272 00000000100c51219da191eb0f4d2cff5dc2b59620df922901fc743fc7561626 1 0.00/1.00 vMB 0
53,271 53,271 0000000014cad92fa8119eb639f691667bcfffdd3732b599b4f8a0cb6bf884d8 1 0.00/1.00 vMB 0
53,270 53,270 0000000008d48781167d821bd50f915df374ddf73d76250db1180024b5317438 1 0.00/1.00 vMB 0
53,269 53,269 0000000011d6dc5acb8f4f54c0ea955d77007071c1ca289a177f467bd757860c 3 0.00/1.00 vMB 0
53,268 53,268 0000000007dff281aaa91a804038fb41b5019101e08c5407dcd4d8b214472173 2 0.00/1.00 vMB 0
53,267 53,267 000000000c3facc223b1d16abca16ef586b79d81901babd14084ef7f06af963d 1 0.00/1.00 vMB 0
53,266 53,266 0000000015fe7de05d4bd9e470e1e5d5f0b3a406f60a35bfde9d417ce627b381 1 0.00/1.00 vMB 0
53,265 53,265 000000000a06fba18ad082a3641aa2d630fc6a86513452bf99fd871cbd93779e 3 0.00/1.00 vMB 0
53,264 53,264 00000000113311909cbabc4cff9f45f1f358a46de7794e624053a62294197896 3 0.00/1.00 vMB 0
53,263 53,263 000000000bf34a3d2f83214189490b7ffe809223e7b82c6f6bde16af2b137569 2 0.00/1.00 vMB 0
53,262 53,262 000000000122c9bc075144800f31821eff30e455fb869230ece89e1b4d303e50 1 0.00/1.00 vMB 0
53,261 53,261 0000000001d9c6e1fab06f40446d19c78ac849e0facdab651d82a8db8aa96126 1 0.00/1.00 vMB 0
53,260 53,260 0000000011a14a73c3fbcb2fea5416cd15fa1400573c92effd4ba48d8efd42c9 4 0.00/1.00 vMB 0
53,259 53,259 0000000011b03461da2c7415667988ae52a584fe9f3f86a64991ce32889a8b4a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.89 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: 795.52 GB
    • Received: 22.13 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.