Loading Tool

Explorer IconExplorer

Memory Pool

80,455 transactions
32.67 vMB
0.09837744 BTC
Random Selection Loading Transactions
Max Size: 190.84/200 MB

Candidate Block

Mining Attempt 45e23f036bf85a24f60e8c211e63a5712a21a5f414603ea0d97c420757d1befe
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 7293e4c98e8b75f0cc1b0c8060b3fbc3f7febfe1d5509010dbf7d9a064c820d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,615
Size: 1.00 vMB
Total Fees: 0.03299047 BTC
Feerates: 151.03 > 3.31 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (621,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
293,290 293,290 0000000000000000d4a988bf64a41d401ca23c126369407aaf207e0c2afb6eb1 482 0.24/1.00 vMB 43
293,289 293,289 00000000000000000e6c586d98a8ed8774f749c9ca7100059e8c59065634260a 741 0.43/1.00 vMB 43
293,288 293,288 00000000000000001e0f849a4f5b6e8922c1bdc09ca722de6c1120af8e9f7db2 434 0.32/1.00 vMB 20
293,287 293,287 000000000000000042dc1ed7c1a3afaf275c53b7ce78dd1b3004284a12a9827a 512 0.18/1.00 vMB 55
293,286 293,286 000000000000000072f18ab2508ac255b13dfd299441b6d80b8b5cea2a26cea2 930 0.48/1.00 vMB 37
293,285 293,285 00000000000000002eee25531bf13af1ecbb61803b03a4794c935322b5e0dfa9 59 0.04/1.00 vMB 40
293,284 293,284 00000000000000000fa8a94f4c7049e4455a5ad73a53e705393e29584362a370 211 0.11/1.00 vMB 33
293,283 293,283 0000000000000000c87d29ee2878826f6a628a5ce18bf8d6b095cd8996fda64d 392 0.19/1.00 vMB 34
293,282 293,282 00000000000000001c77ca751c2de1a3eaf46a2ea7ba116c8e6b5eef498353d6 1,077 0.40/1.00 vMB 34
293,281 293,281 00000000000000002f58d4f66e8ee0d2334801757b2fd1c18f384523c7060d1f 1,056 0.59/1.00 vMB 32
293,280 293,280 000000000000000052d11e4b468cf8e66152f4687ccf6f7b24a4eb8c7c183bbb 30 0.03/1.00 vMB 20
293,279 293,279 00000000000000008578196fbdd581fa1ee3cdfbbe0290f84e00bcaf2821c373 560 0.35/1.00 vMB 30
293,278 293,278 0000000000000000ac7474f604ef87e28148e701452ce6cabb5646800158ad11 53 0.02/1.00 vMB 24
293,277 293,277 00000000000000002be54b6ab4bc6be1f51ac9a540829621bb08d041eea77643 1 0.00/1.00 vMB 0
293,276 293,276 00000000000000009da3b4eb3f03e531ff1f4f871afd2401da71a13161b69e23 188 0.10/1.00 vMB 22
293,275 293,275 00000000000000001efddff231dcd1fe68a5d7794f636d0b02b63f16eb48d9e7 663 0.33/1.00 vMB 37
293,274 293,274 000000000000000001b13e74897eb2e37a87bfa5e6ca4f75f70dd03b6de56ab7 90 0.05/1.00 vMB 22
293,273 293,273 00000000000000008bbd75fca8e791520e82876e25fa4240e03b8ae32cdab931 397 0.16/1.00 vMB 36
293,272 293,272 00000000000000008b99a874543c3bdf10d7353f1d3c8e8bd47508263c6191b5 1,102 0.69/1.00 vMB 29
293,271 293,271 0000000000000000883231ba0c5b9ba3ef1730b965e56135a3802c733f51b228 512 0.19/1.00 vMB 60
293,270 293,270 00000000000000002b1eb705e134dc61f714c8750e521dc87f40fe0e281f3d2b 44 0.07/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.29 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: 657.12 GB
    • Received: 14.49 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.