Loading Tool

Explorer IconExplorer

Memory Pool

80,328 transactions
30.10 vMB
0.08891409 BTC
Random Selection Loading Transactions
Max Size: 180.51/200 MB

Candidate Block

Mining Attempt 5e2228dc7fe1a0fb28d1a57798da0a4095cd1d9c43b1f29ab10ae73d4ce16213
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root c73b0fa84141271535c84085287b3570d112fec218d2501326b8a39c412de93d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,444
Size: 1.00 vMB
Total Fees: 0.02720663 BTC
Feerates: 301.07 > 2.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (461,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,449 453,449 000000000000000000d0130ee18a9841fa24e377508aa1eb844b56d5f10d43e8 1,507 1.00/1.00 vMB 48
453,448 453,448 000000000000000000c5cca9ec12eec5a9bd0444131a5a02a7f07e8a8cd6e73c 2,771 1.00/1.00 vMB 98
453,447 453,447 00000000000000000102c55f0e0b5f8829033121a78456799ea9fd5fd7baa87b 1,473 1.00/1.00 vMB 63
453,446 453,446 0000000000000000017c9ea612438f0681ea37ef20809676e44662073370c6ef 2,414 1.00/1.00 vMB 54
453,445 453,445 000000000000000001ca4d3367bfeed9fe3c9682766b240b9f2ef1d44fe086c9 1,131 1.00/1.00 vMB 65
453,444 453,444 0000000000000000022b1a6c4722c70a7b1583b59d03b3d5a13cf4e58cb7b64e 1,908 1.00/1.00 vMB 109
453,443 453,443 000000000000000001447069062d78cc3af1e30609912d59f7f14d12adbc313b 2,525 1.00/1.00 vMB 73
453,442 453,442 000000000000000000aef887449e7b9fa4ead84fd088aa4c06dc6f14245aae74 1 0.00/1.00 vMB 0
453,441 453,441 000000000000000000b0d68ca1d17e74ae59cd4ef5d36eb38f50307684527981 1,596 1.00/1.00 vMB 76
453,440 453,440 000000000000000000316fbd929c74d091e62c932417c0637734b1fb2a27df67 2,021 1.00/1.00 vMB 93
453,439 453,439 000000000000000000aea5463ffd0207ff13efb7ee60da004893891c155f2ef2 2,477 0.93/1.00 vMB 109
453,438 453,438 00000000000000000051cbfdcf73c7abc25c5a2bc490002ef1a5d2fbf33cb768 2,101 1.00/1.00 vMB 121
453,437 453,437 000000000000000000626fa64969ca7d7e564df863a174c8dfc0be390b1d7763 1,618 0.63/1.00 vMB 165
453,436 453,436 000000000000000000da23d7cdd969ff984a258c0383ac1a6257f3a76d9d8d70 2,048 1.00/1.00 vMB 119
453,435 453,435 0000000000000000029268fd2988ad5b9d3753a6a4cbd0c5c3d758adeac5a94b 358 0.10/1.00 vMB 367
453,434 453,434 00000000000000000261f9275c09a21fadbd569125aabca923ffae137a3b899c 2,702 1.00/1.00 vMB 120
453,433 453,433 000000000000000001d93dad933451800b5f11cca63082cc536c973aedc4b0a2 2,367 1.00/1.00 vMB 120
453,432 453,432 000000000000000000cb628c475cd9c25af01cfc148116df2023aa8e39afc383 2,273 1.00/1.00 vMB 131
453,431 453,431 00000000000000000052bec069409ad0f18e65b389c896c98d7598f1fe557132 2,356 1.00/1.00 vMB 136
453,430 453,430 00000000000000000205ea9c6f2b63c475f1116222127395ceb802d813a886a9 2,205 1.00/1.00 vMB 113
453,429 453,429 000000000000000002431d5dff1d4eeeec94203753f77723ff680f4f25cfb045 1,828 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.